Changeset 14187 for READTHEM

Show
Ignore:
Timestamp:
10/11/06 05:35:03 (2 years ago)
Author:
audreyt
Message:

* READTHEM: Add "Monad Transformers Step by Step", a very good

primer on the way Pugs's Eval monad works:

http://uebb.cs.tu-berlin.de/~magr/pub/Transformers.en.html

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • READTHEM

    r13620 r14187  
    3636Haskell Mini-Primer                    (this covers infix $ and . operators) 
    3737    http://conal.net/pan/haskell-primer.htm 
     38Monad Transformers Step by Step                          - Martin Grabmüller 
     39    http://uebb.cs.tu-berlin.de/~magr/pub/Transformers.en.html 
    3840Harrorth implementation journal                               - Yuval Kogman 
    3941    http://feather.perl6.nl/~nothingmuch/harrorth/ 
    4042All About Monads                                              - Jeff Newbern 
    4143    http://www.nomaware.com/monads/html/index.html 
    42 how i/o can work in a purely functional language 
     44How I/O can work in a purely functional language 
    4345    http://community.livejournal.com/evan_tech/197471.html     - Evan Martin 
    44 applications of monads 
     46Applications of monads 
    4547    http://community.livejournal.com/evan_tech/198116.html     - Evan Martin 
    4648You Could Have Invented Monads! (And Maybe You Already Have.)