Ticket #3136 (closed feature request: invalid)
monad syntax extension
Description
allow this:
print (readInt [<getLine>] + readInt [<getLine>])
(or some other kind of funky brackets) to translate into
getLine>>=\x->getLine>>=\y->print (readInt x + readInt y)
Change History
Note: See
TracTickets for help on using
tickets.
