Remove GADT refinements, part 3
[ghc-hetmet.git] / compiler / typecheck / TcMatches.lhs
2008-02-29 Manuel M T ChakravartyRemove GADT refinements, part 3
2008-02-28 simonpj@microsoft.comWibble to error message (stmt of do block or comprehension)
2008-02-28 Manuel M T ChakravartyRemove GADT refinements, part 1
2008-02-26 simonpj@microsoft.comFix Trac #2111: improve error handling for 'rec' in...
2008-02-05 simonpj@microsoft.comMake do-notation a bit more flexible (Trac #1537)
2008-01-17 Twan van LaarhovenMonadify typecheck/TcMatches: use return and standard...
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-11-21 simonpj@microsoft.comMake rebindable do-notation behave as advertised
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-09-28 Manuel M T ChakravartyFIX: Make boxy splitters aware of type families
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-22 simonpj@microsoft.comPrint infix function definitions correctly in HsSyn
2007-08-10 simonpj@microsoft.comImprove error message (part of Trac #1606)
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 ChakravartyAdjust code from manual merges
2006-09-20 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-07 simonpj@microsoft.comResult type signatures are no longer supported (partial)
2006-04-07 Simon MarlowReorganisation of the source tree