Use OPTIONS rather than OPTIONS_GHC for pragmas
[ghc-hetmet.git] / compiler / types / Coercion.lhs
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-08-09 simonpj@microsoft.comTidy up the treatment of newtypes, refactor, and fix...
2007-05-23 simonpj@microsoft.comWhite-space only
2007-05-11 Tom Schrijverstype family normalisation
2007-04-25 Manuel M T ChakravartyGenerating synonym instance representation tycons
2007-02-05 simonpj@microsoft.comImprove simplification of coercions
2007-01-11 simonpj@microsoft.comFix a nasty recursive loop in typechecking interface...
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.comSimplify the way in which the coKindFun in CoercionTyCo...
2006-09-23 simonpj@microsoft.comRe-work the newtype-deriving support
2006-09-20 Manuel M T ChakravartyStraightened out implicit coercions for indexed types
2006-09-20 Manuel M T ChakravartyIndexed newtypes
2006-09-20 Manuel M T ChakravartyFixed bug in coercion for indexed data types
2006-09-20 Manuel M T ChakravartyPattern matching of indexed data types
2006-09-20 Manuel M T ChakravartyIntroduce coercions for data instance decls
2006-09-20 Manuel M T ChakravartyMake newtype Coercion eta-contract if the tails of...
2006-09-20 Manuel M T ChakravartyFlip direction of newtype coercions, fix some comments
2006-09-20 Manuel M T ChakravartyMake sym coercion smart constructor smarter, add comments
2006-09-20 Manuel M T ChakravartyFix GADT refinement fix-pointing, add ASSERTs and a...
2006-08-07 Manuel M T ChakravartyComments only
2006-08-07 Manuel M T ChakravartyCorrect grevious bug in mkSymCoercion
2006-08-06 Manuel M T ChakravartyRemove Control-M from Coercion.hs
2006-08-06 Manuel M T ChakravartyAdd Coercion.lhs