Changeset 8155 for src/Pugs/Compile

Show
Ignore:
Timestamp:
12/10/05 13:46:46 (3 years ago)
Author:
autrijus
Message:

* Pugs.Compile.Pugs: Accomodate for gaal++'s otherwise

excellent and sane Ann changes, so PreludePC.hs can still
function as usual.

Files:
1 modified

Legend:

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

    r8153 r8155  
    6161            , text "return" <+> parens (text $ "Syn " ++ show syn ++ " exps") 
    6262            ] 
    63     compile (Ann (Cxt cxt) exp) = compileShow2 "Cxt" cxt exp 
    64     compile (Ann (Pos pos) exp) = compileShow2 "Pos" pos exp 
    65     compile (Ann (Prag prag) exp) = compileShow2 "Prag" prag exp 
     63    compile (Ann ann exp) = compileShow2 "Ann" ann exp 
    6664    compile (Pad scope pad exp) = do 
    6765        padC <- compile pad