Changeset 13594 for src/Pugs/Compile
- Timestamp:
- 09/25/06 11:04:56 (2 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Compile/PIL2.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Compile/PIL2.hs
r13448 r13594 260 260 CxtSlurpy typ -> TCxtSlurpy typ 261 261 262 instance ( Show (m a), FunctorM m, Typeable1 m, Compile a b) => Compile (m a) (m b)where262 instance (Compile a b) => Compile [a] [b] where 263 263 compile = fmapM compile 264 264
