Remove comment.
[ghc-hetmet.git] / compiler / types / Generics.lhs
2011-05-23 Jose Pedro MagalhaesRemove comment.
2011-05-20 Simon Peyton JonesSimon's fixes to the generated type instances in Generics
2011-05-12 Jose Pedro MagalhaesFix some small things broken with the last merge.
2011-05-09 Jose Pedro MagalhaesMake the errors for DeriveGeneric consistent with other...
2011-05-09 Jose Pedro MagalhaesImprove the error message when we cannot derive Generic.
2011-05-09 Jose Pedro MagalhaesRename `Representable0` to `Generic`.
2011-05-04 Jose Pedro MagalhaesAdd a new flag XDefaultSignatures to enable just the...
2011-05-03 Jose Pedro MagalhaesUse NoSelector when a constructor does not have fields.
2011-05-02 Jose Pedro MagalhaesRemove the hasGenerics field of TyCon, improve the...
2011-04-29 Jose Pedro MagalhaesRemove some debug info left lying around.
2011-04-29 Jose Pedro MagalhaesGenerate Par0 when appropriate.
2011-04-28 Jose Pedro MagalhaesRemove a lot of stuff from the old generic mechanism.
2011-04-14 unknownSmall fixes to the generics branch to get rid of warnings,
2011-04-12 simonpjInitial commit for Pedro's new generic default methods
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-07 Ian LynaghRemove unused imports
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Generics
2008-01-26 Twan van LaarhovenFixed warnings in types/Generics
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...
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-08-15 simonpj@microsoft.comReject derivable type classes with higher-rank methods
2006-04-07 Simon MarlowReorganisation of the source tree