Show
Ignore:
Timestamp:
07/14/05 15:26:31 (3 years ago)
Author:
iblech
svk:copy_cache_prev:
7591
Message:

Usual svn props, EOLs at EOFs, minor doc and Haddock fixes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/AST/Internals.hs

    r5556 r5592  
    760760If it evaluates to /too many/ args, the call will fail. 
    761761 
    762 This needs to be a list (rather than a @Maybe@) because Perl6's @.assuming@ 
     762This needs to be a list (rather than a @Maybe@) because Perl 6's @.assuming@ 
    763763(i.e. explicit currying) means that a sub can have its arguments bound in 
    764764separate stages, and each of the bindings needs to be checked. 
     
    12831283defined VUndef  = False 
    12841284defined _       = True 
    1285 -- | Produce an undefined Perl6 value (i.e. 'VUndef'). 
     1285-- | Produce an undefined Perl 6 value (i.e. 'VUndef'). 
    12861286undef :: VScalar 
    12871287undef = VUndef