Make various assertions work when !DEBUG
[ghc-hetmet.git] / compiler / typecheck / TcGadt.lhs
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-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-04 simonpj@microsoft.comisDataTyCon should be False for all type families,...
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-11-10 simonpj@microsoft.comUse implication constraints to improve type inference
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-10-18 simonpj@microsoft.comMinor refactoring
2006-10-16 Simon Marlowfix non-DEBUG build (probably my fault, sorry)
2006-10-13 simonpj@microsoft.comChange type of TcGadt.refineType, plus consequences
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-20 Manuel M T ChakravartyMake sym coercion smart constructor smarter, add comments
2006-09-20 Manuel M T ChakravartyRefactoring in TcGadt
2006-09-20 Manuel M T ChakravartyAdd some invariant checking for refinements
2006-09-20 Manuel M T ChakravartyFix GADT refinement fix-pointing, add ASSERTs and a...
2006-09-20 Manuel M T Chakravartyfixing record selectors
2006-08-07 Manuel M T ChakravartyGADT tweaks
2006-08-06 Manuel M T ChakravartyAdding TcGadt.lhs