Add the notion of "constructor-like" Ids for rule-matching
[ghc-hetmet.git] / compiler / coreSyn / PprCore.lhs
2009-03-18 simonpj@microsoft.comAdd the notion of "constructor-like" Ids for rule-matching
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-06-14 Ian LynaghFix warnings in PprCore
2008-06-05 simonpj@microsoft.comAdd non-recursive let-bindings for types
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PprCore
2008-02-13 Ian Lynaghseq what we actually want to seq, not the seq'ing function
2007-11-05 simonpj@microsoft.comImprove pretty-printing of Core slightly (avoid indenti...
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
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