Changeset 5890 for src/Emit/Common.hs
- Timestamp:
- 07/29/05 17:19:17 (3 years ago)
- svk:copy_cache_prev:
- 7758
- Files:
-
- 1 modified
-
src/Emit/Common.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Emit/Common.hs
r4889 r5890 1 1 {-# OPTIONS_GHC -fglasgow-exts -fallow-overlapping-instances -fno-warn-orphans -cpp #-} 2 2 3 module Emit.Common where 3 module Emit.Common ( 4 Emit(..), 5 nested, eqSep, commaSep, 6 ) where 4 7 import Text.PrettyPrint 5 8
