Final batch of monad-comprehension stuff
authorSimon Peyton Jones <simonpj@microsoft.com>
Wed, 4 May 2011 14:44:42 +0000 (15:44 +0100)
committerSimon Peyton Jones <simonpj@microsoft.com>
Wed, 4 May 2011 14:44:42 +0000 (15:44 +0100)
* Do-notation in arrows is marked with HsStmtContext = ArrowExpr
* tcMDoStmt (which was only used for arrows) is moved
  to TcArrows, and renamed tcArrDoStmt
* Improved documentation in the user manual
* Lots of other minor changes


No differences found