Changeset 13087 for src/Pugs/Val
- Timestamp:
- 09/07/06 13:02:43 (2 years ago)
- Files:
-
- 1 modified
-
src/Pugs/Val/Code.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Val/Code.hs
r13015 r13087 103 103 , p_constraints :: [Code] -- ^ Dynamic pieces of runtime-mood 104 104 -- E.g. where {...} above 105 , p_unpacking :: Maybe Val -- XXX: the next line is correct, but how to do Val -> PureSig in Parser? 106 --, p_unpacking :: Maybe PureSig -- ^ E.g. BinTree $t (Left $l, Right $r) 105 , p_unpacking :: Maybe PureSig -- ^ E.g. BinTree $t (Left $l, Right $r) 107 106 , p_default :: ParamDefault -- ^ E.g. $answer? = 42 108 107 , p_label :: ID -- ^ The external name for the param ('m' above)
