Changeset 5890 for src/Pugs/Prim/Code.hs
- Timestamp:
- 07/29/05 17:19:17 (3 years ago)
- svk:copy_cache_prev:
- 7758
- Files:
-
- 1 modified
-
src/Pugs/Prim/Code.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Prim/Code.hs
r5173 r5890 1 1 {-# OPTIONS_GHC -fglasgow-exts #-} 2 module Pugs.Prim.Code where 2 module Pugs.Prim.Code ( 3 op1CodeAssoc, op1CodeName, op1CodeArity, op1CodeBody, op1CodePos, 4 ) where 3 5 import Pugs.AST 4 6 import Pugs.Internals
