Changeset 13494 for src/Pugs/Exp.hs-boot
- Timestamp:
- 09/20/06 13:29:34 (2 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Exp.hs-boot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Exp.hs-boot
r12461 r13494 2 2 3 3 module Pugs.Exp where 4 import Text.PrettyPrint 4 5 5 6 data Exp 6 7 data Stmt 8 9 prettyExp :: Exp -> Doc
