Changeset 13594 for src/Pugs/Compile

Show
Ignore:
Timestamp:
09/25/06 11:04:56 (2 years ago)
Author:
audreyt
Message:

* Pugs.Compile: Misc cleanup on list compiling.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Compile/PIL2.hs

    r13448 r13594  
    260260            CxtSlurpy typ   -> TCxtSlurpy typ 
    261261 
    262 instance (Show (m a), FunctorM m, Typeable1 m, Compile a b) => Compile (m a) (m b) where 
     262instance (Compile a b) => Compile [a] [b] where 
    263263    compile = fmapM compile 
    264264