Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules
[ghc-hetmet.git] / compiler / coreSyn / PprCore.lhs
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-05-23 simonpj@microsoft.comDrop redundant import
2007-05-03 simonpj@microsoft.comRemove "__" prefix for forall when printing a RULE
2006-11-29 andy@galois.comTickBox representation change
2006-11-24 simonpj@microsoft.comDrop redundant parens in pretty-printing
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-11 simonpj@microsoft.comImprove pretty-printing slightly
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-29 simonpj@microsoft.comImprove pretty-printing of Core
2006-09-20 Manuel M T ChakravartyMinor tidying up
2006-09-20 Manuel M T Chakravartyclean up Coercion kinding functions, rename coercionKin...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-05-17 simonpj@microsoft.comImprove pretty-printing slightly
2006-04-12 simonpj@microsoft.comImprove pruning of case alternatives to account for...
2006-04-07 Simon MarlowReorganisation of the source tree