Continue refactoring the core-to-core pipeline
[ghc-hetmet.git] / compiler / simplCore / CoreMonad.lhs
2009-12-24 simonpj@microsoft.comContinue refactoring the core-to-core pipeline
2009-12-18 simonpj@microsoft.comMove all the CoreToDo stuff into CoreMonad
2009-12-04 Roman LeshchinskiyFix loading of annotations
2009-10-30 Roman LeshchinskiyDon't dump Core after every simplifier iteration with...
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 Roman LeshchinskiyUtility functions for annotations
2009-07-07 Ian LynaghRemove unused imports
2009-05-24 Ian LynaghRemove legacy code that isn't used now that we require...
2008-11-07 Simon Marlowdisable instance MonadPlus CoreM for GHC <= 6.6
2008-10-31 simonpj@microsoft.comFix imports
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature