Minor refactoring: give an explicit name to the pretty-printing function for TyThing...
[ghc-hetmet.git] / compiler / types / TypeRep.lhs
2007-09-11 simonpj@microsoft.comMinor refactoring: give an explicit name to the pretty...
2007-09-07 Manuel M T ChakravartyImproved error messages for higher-rank equality contexts
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-06-25 simonpj@microsoft.comPrint infix type constructors in an infix way
2007-01-11 simonpj@microsoft.comAdd the function TypeRep.pprTypeApp, and use it
2006-12-29 Manuel M T ChakravartyEqPred pretty prints as ~ and equalities without brackets
2006-11-10 simonpj@microsoft.comCosmetics and debug printing only
2006-10-13 simonpj@microsoft.comAdd assertion checks for mkCoVar/mkTyVar
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-09-29 simonpj@microsoft.comSpelling correction
2006-09-14 Andres Loehfix typo in comment
2006-09-23 simonpj@microsoft.comThe unboxed tuple kind is (#), not (##)
2006-09-23 simonpj@microsoft.comRemove dead code concerning coercions from TypeRep
2006-09-21 audreyt@audreyt.org* TypeRep.lhs and TypeRep.lhs-boot didn't agree on...
2006-09-20 Manuel M T ChakravartyComments only
2006-09-20 Manuel M T ChakravartyComments only
2006-09-20 Manuel M T Chakravartyfix bugs, add boolean flag to identify coercion variables
2006-09-18 Manuel M T ChakravartyRemove argument variance info of tycons
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-04-07 Simon MarlowReorganisation of the source tree