Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / types / FamInstEnv.lhs
2011-05-20 Simon Peyton JonesSimon's fixes to the generated type instances in Generics
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-01-12 simonpj@microsoft.comMajor refactoring of the type inference engine
2010-10-07 simonpj@microsoft.comFix an ASSERT failure in FamInstEnv
2010-09-15 simonpj@microsoft.comUse mkAppTy
2010-09-15 simonpj@microsoft.comImprove pretty-printing of family instances
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2009-08-18 Manuel M T ChakravartyFIX #3405
2009-07-07 Ian LynaghRemove unused imports
2009-07-07 Manuel M T ChakravartyFIX #2677
2009-01-15 simonpj@microsoft.comRobustify lookupFamInstEnv, plus some refactoring
2009-01-14 simonpj@microsoft.comRobustify lookupFamInstEnv
2008-09-05 simonpj@microsoft.comMinor refactoring to share InstEnv.instanceBindFun
2008-08-04 simonpj@microsoft.comFix the bug part of Trac #1930
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in FamInstEnv
2008-04-07 Manuel M T ChakravartyRemove GADT refinements, part 5
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-15 Ian LynaghRemove leftover NoteTy/FTVNote bits
2008-01-26 Twan van LaarhovenFixed warnings in types/FamInstEnv
2008-01-07 simonpj@microsoft.comMake the treatment of equalities more uniform
2007-12-21 simonpj@microsoft.comImprove handling of newtypes (fixes Trac 1495)
2007-09-10 Simon MarlowFIX #903: mkWWcpr: not a product
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-29 Manuel M T ChakravartyOverlap check for type families
2007-06-25 simonpj@microsoft.comPrint infix type constructors in an infix way
2007-05-23 simonpj@microsoft.comImprove the interaction of 'seq' and associated data...
2007-05-11 Tom Schrijverstype family normalisation
2007-05-14 Manuel M T ChakravartyRevised signature of tcLookupFamInst and lookupFamInstEnv
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-04-25 Manuel M T ChakravartyGenerating synonym instance representation tycons
2007-01-11 simonpj@microsoft.comAdd the function TypeRep.pprTypeApp, and use it
2007-01-04 Manuel M T ChakravartyFix and improve deriving for indexed data types
2007-01-03 simonpj@microsoft.comAdd a type synonym for FamInstEnvs
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-18 Manuel M T ChakravartyDeriving for indexed data types
2006-10-12 Manuel M T ChakravartyOverlap check for family instances def'd in current...
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-10 Manuel M T ChakravartyRough matches for family instances
2006-09-20 Manuel M T ChakravartyAdding FamInstEnv & FamInst modules