Changeset 5592 for src/Pugs/Monads.hs

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/Monads.hs

    r5498 r5592  
    3434 
    3535{-| 
    36 Perform the specified evaluation in the specified (Perl6) context ('Cxt'). 
     36Perform the specified evaluation in the specified (Perl 6) context ('Cxt'). 
    3737 
    3838(Subsequent chained 'Eval's do /not/ see this new scope.) 
     
    4242 
    4343{-| 
    44 Evaluate the specified wxpression in the specified (Perl6) context ('Cxt'). 
     44Evaluate the specified wxpression in the specified (Perl 6) context ('Cxt'). 
    4545 
    4646(Subsequent chained 'Eval's do /not/ see this new scope.) 
     
    124124 
    125125{-| 
    126 Generate a new Perl6 operation from a Haskell function, give it a name, and 
     126Generate a new Perl 6 operation from a Haskell function, give it a name, and 
    127127generate a @('Pad' -> 'Pad')@ transformer that can be used to install it into 
    128128a pad. 
     
    151151 
    152152{-| 
    153 Generate a Perl6 primitive that, when called, will activate the /current/ 
     153Generate a Perl 6 primitive that, when called, will activate the /current/ 
    154154continuation (i.e. one that can be used to immediately break out of whatever  
    155155evaluation we are about to perform). This is great for @&last@ and the like. 
     
    169169 
    170170{-| 
    171 Create a Perl6 @&?BLOCK_EXIT@ function that, when activated, breaks out of 
     171Create a Perl 6 @&?BLOCK_EXIT@ function that, when activated, breaks out of 
    172172the block scope by activating the current continuation. The block body 
    173173evaluation is then performed in a new lexical scope with @&?BLOCK_EXIT@