Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules
[ghc-hetmet.git] / compiler / types / FamInstEnv.lhs
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