Changeset 13147 for src/Pugs/AST.hs

Show
Ignore:
Timestamp:
09/09/06 22:38:00 (2 years ago)
Author:
lumi
Message:

My local pugs branch
The battle continues
Closure traits that work!
Reverted irrelevancies

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/AST.hs

    r13117 r13147  
    277277    , subBody       = Prim . const . expToEvalVal $ exp 
    278278    , subCont       = Nothing 
     279    , subPreBlocks = [] 
     280    , subPostBlocks = [] 
     281    , subFirstBlocks = [] 
     282    , subLastBlocks = [] 
     283    , subNextBlocks = [] 
     284    , subKeepBlocks = [] 
     285    , subUndoBlocks = [] 
     286    , subEnterBlocks = [] 
     287    , subLeaveBlocks = [] 
     288    , subControlBlocks = [] 
     289    , subCatchBlocks = [] 
    279290    } 
    280291    where