Ticket #3968: DoRec.hs

File DoRec.hs, 58 bytes (added by m4dc4p, 3 years ago)

Example file with mdo notation

Line 
1module DoRec
2
3where 
4
5foo = mdo
6    putStrLn "bar"