Changeset 12987 for src/Pugs/Val

Show
Ignore:
Timestamp:
09/03/06 16:45:50 (2 years ago)
Author:
audreyt
Message:

* Pugs.Val.Code: add slot for "is context".

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Val/Code.hs

    r12924 r12987  
    110110    , p_hasAccess   :: ParamAccess   -- ^ is ro, is rw, is copy 
    111111    , p_isRef       :: Bool          -- ^ must be true if hasAccess = AccessRW 
     112    , p_isContext   :: Bool          -- ^ "is context" 
    112113    , p_isLazy      :: Bool 
    113114    }