Changeset 21673 for src/Pugs/AST.hs-boot
- Timestamp:
- 08/01/08 13:56:05 (4 months ago)
- Files:
-
- 1 modified
-
src/Pugs/AST.hs-boot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/AST.hs-boot
r15497 r21673 1 1 {-# OPTIONS_GHC -fglasgow-exts -fno-warn-orphans -funbox-strict-fields -fallow-overlapping-instances #-} 2 2 module Pugs.AST where 3 import Pugs.Internals .Cast3 import Pugs.Internals 4 4 import Pugs.Types 5 5 import Pugs.Class hiding (Val)
