Changeset 16344 for src/Pugs/Parser

Show
Ignore:
Timestamp:
05/17/07 23:20:11 (18 months ago)
Author:
audreyt
Message:

* Finally, circular loading of TVars.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Parser/Util.hs

    r16342 r16344  
    189189    , isWritable    = True 
    190190    , isLazy        = False 
    191     , paramName     = cast "&self" 
     191    , paramName     = cast "$__SELF__" 
    192192    , paramContext  = CxtItem typ 
    193193    , paramDefault  = Noop