Major refactoring of the type inference engine
[ghc-hetmet.git] / compiler / basicTypes / Var.lhs
2011-01-12 simonpj@microsoft.comMajor refactoring of the type inference engine
2010-09-16 simonpj@microsoft.comPrint coercion variables as such (debugging change...
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2009-11-10 simonpj@microsoft.comComments only
2009-04-02 simonpj@microsoft.comBetter panic reporting
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-09-20 simonpj@microsoft.comComments only: replace ":=:" by "~" (notation for equal...
2008-10-01 Manuel M T ChakravartyMake sure to zonk the kind of coercion variables
2008-09-16 Manuel M T ChakravartyType families: bug fixes
2008-08-28 Ian Lynaghhaddock 2 doc fixes
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Var
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/Var
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2007-10-27 simonpj@microsoft.comComments only
2007-09-08 Ian LynaghMake various assertions work when !DEBUG
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-08-28 Manuel M T ChakravartyType checking for type synonym families
2007-01-03 simonpj@microsoft.comFix several bugs related to finding free variables
2006-11-01 simonpj@microsoft.comMake idInfo fail more informatively on TyVars
2006-10-13 simonpj@microsoft.comAdd assertion checks for mkCoVar/mkTyVar
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-06 simonpj@microsoft.comImport trimming
2006-09-20 Manuel M T Chakravartyfixing record selectors
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-20 Manuel M T Chakravartyfix some coercion kind representation things, extend...
2006-09-18 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-11 simonpj@microsoft.comAdd comment
2006-04-07 Simon MarlowReorganisation of the source tree