Changeset 13923 for src/Pugs/AST.hs

Show
Ignore:
Timestamp:
10/05/06 14:31:27 (2 years ago)
Author:
audreyt
Message:

* Pugs.AST: Give the builting type-macro a magickal (*%?)

signature to distinguish it from user-defined ones.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/AST.hs

    r13921 r13923  
    283283    , subReturns    = typ 
    284284    , subLValue     = False 
    285     , subParams     = [defaultHashParam{ paramName = cast "%" }] 
     285    , subParams     = [defaultHashParam{ paramName = cast "%?" }] 
    286286    , subBindings   = [] 
    287287    , subSlurpLimit = []