Changeset 12987 for src/Pugs/Val
- Timestamp:
- 09/03/06 16:45:50 (2 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Val/Code.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Val/Code.hs
r12924 r12987 110 110 , p_hasAccess :: ParamAccess -- ^ is ro, is rw, is copy 111 111 , p_isRef :: Bool -- ^ must be true if hasAccess = AccessRW 112 , p_isContext :: Bool -- ^ "is context" 112 113 , p_isLazy :: Bool 113 114 }
