Changeset 5115

Show
Ignore:
Timestamp:
06/30/05 04:55:04 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
6965
Message:

* check in a comment about the new PPad design

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Compile.hs

    r5008 r5115  
    4848    PAssign     :: ![PIL LValue] -> !(PIL Expression) -> PIL LValue 
    4949    PBind       :: ![PIL LValue] -> !(PIL Expression) -> PIL LValue 
     50 
     51    -- The New Pad: Occurs at whenever a variable may occur 
     52    --    PPad  :: !Scope -> !VarName -> PIL LValue 
    5053 
    5154    PPad        :: !Scope -> ![(VarName, PIL Expression)] -> !(PIL [Stmt]) -> PIL [Stmt]