Changeset 3887 for src/Pugs/Types.hs
- Timestamp:
- 05/26/05 02:17:16 (4 years ago)
- svk:copy_cache_prev:
- 5477
- Files:
-
- 1 modified
-
src/Pugs/Types.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Types.hs
r3210 r3887 75 75 isVoidCxt _ = False 76 76 77 -- |Return the Perl 5 calling convention bit value for the context 78 enumCxt :: (Num a) => Cxt -> a 79 enumCxt CxtVoid = 128 80 enumCxt (CxtItem _) = 0 81 enumCxt (CxtSlurpy _) = 1 82 77 83 -- |Make a type value representing the type with the specified name. 78 84 -- Recognises conjunctive (&) and disjunctive (|) types.
