Changeset 13448 for src/Pugs/Compile

Show
Ignore:
Timestamp:
09/19/06 17:32:05 (2 years ago)
Author:
audreyt
Message:

* Remove some redundant imports.

Location:
src/Pugs/Compile
Files:
2 modified

Legend:

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

    r12324 r13448  
    1717import Emit.PIR 
    1818import Text.PrettyPrint 
    19  
    20 import qualified Data.ByteString.Char8 as Str 
    2119 
    2220tcVoid, tcLValue :: TCxt 
  • src/Pugs/Compile/Pugs.hs

    r13147 r13448  
    2929    compile (Just exp) = compWith "Just" [compile exp] 
    3030 
    31 pl, pr, bl, br :: Str 
     31pl, pr, bl, br, cm :: Str 
    3232pl = Str.pack "(" 
    3333pr = Str.pack ")"