From: Simon Peyton Jones Date: Tue, 3 May 2011 07:57:30 +0000 (+0100) Subject: More hacking on monad-comp X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e01036f89a0d3949ea642dd42b29bc8e31658f0f;hp=e01036f89a0d3949ea642dd42b29bc8e31658f0f;p=ghc-hetmet.git More hacking on monad-comp Lots of refactoring. In particular I have now combined TansformStmt and GroupStmt into a single constructor TransStmt. This gives lots of useful code sharing. ---