Show
Ignore:
Timestamp:
08/13/05 21:16:15 (3 years ago)
Author:
autrijus
svk:copy_cache_prev:
8452
Message:

* de-GADT PIL structure -- likely to break all PIL2JS work

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/CodeGen/PIL.hs

    r5891 r6229  
    55import Pugs.Internals 
    66import Pugs.AST 
    7 import Emit.PIR 
    87import Pugs.Compile 
    98 
     
    1211    glob        <- askGlobal 
    1312    main        <- asks envBody 
    14     globPIL     <- compile glob :: Eval [PIL Decl] 
    15     mainPIL     <- compile main :: Eval (PIL [Stmt]) 
     13    globPIL     <- compile glob :: Eval [PIL_Decl] 
     14    mainPIL     <- compile main :: Eval PIL_Stmts 
    1615    return . VStr . unlines $ 
    1716        [ "PIL_Environment"