Changeset 5592 for src/Pugs/AST/Internals.hs
- Timestamp:
- 07/14/05 15:26:31 (3 years ago)
- svk:copy_cache_prev:
- 7591
- Files:
-
- 1 modified
-
src/Pugs/AST/Internals.hs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/AST/Internals.hs
r5556 r5592 760 760 If it evaluates to /too many/ args, the call will fail. 761 761 762 This needs to be a list (rather than a @Maybe@) because Perl 6's @.assuming@762 This needs to be a list (rather than a @Maybe@) because Perl 6's @.assuming@ 763 763 (i.e. explicit currying) means that a sub can have its arguments bound in 764 764 separate stages, and each of the bindings needs to be checked. … … 1283 1283 defined VUndef = False 1284 1284 defined _ = True 1285 -- | Produce an undefined Perl 6 value (i.e. 'VUndef').1285 -- | Produce an undefined Perl 6 value (i.e. 'VUndef'). 1286 1286 undef :: VScalar 1287 1287 undef = VUndef
