Changeset 15745 for src/Pugs/AST.hs

Show
Ignore:
Timestamp:
03/17/07 11:10:25 (21 months ago)
Author:
audreyt
Message:

* Chase the TraitBlocks? change.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/AST.hs

    r15737 r15745  
    392392            xs  -> die ("Cannot coerce to " ++ name) xs 
    393393    , subCont          = Nothing 
    394     , subPreBlocks     = [] 
    395     , subPostBlocks    = [] 
    396     , subFirstBlocks   = [] 
    397     , subLastBlocks    = [] 
    398     , subNextBlocks    = [] 
    399     , subKeepBlocks    = [] 
    400     , subUndoBlocks    = [] 
    401     , subEnterBlocks   = [] 
    402     , subLeaveBlocks   = [] 
    403     , subControlBlocks = [] 
    404     , subCatchBlocks   = [] 
     394    , subTraitBlocks   = emptyTraitBlocks 
    405395    } 
    406396    where