Fix Trac #959: a long-standing bug in instantiating otherwise-unbound type variables
[ghc-hetmet.git] / compiler / types / TypeRep.lhs
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2009-10-02 simonpj@microsoft.comFix pretty-printing precedence for equality constraints
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-02-02 simonpj@microsoft.comImprove error reporting for precedence errors
2008-11-26 simonpj@microsoft.comFix Trac #2766: printing operator type variables
2008-07-31 Max BolingbrokeDocument TypeRep and follow OccName change
2008-08-04 simonpj@microsoft.comFix the bug part of Trac #1930
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TypeRep
2008-03-15 Ian LynaghRemove leftover NoteTy/FTVNote bits
2008-01-26 Twan van LaarhovenFixed warnings in types/TypeRep
2008-01-07 simonpj@microsoft.comMake the treatment of equalities more uniform
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