Type checking for type synonym families
[ghc-hetmet.git] / compiler / typecheck / TcMType.lhs
2007-08-28 Manuel M T ChakravartyType checking for type synonym families
2007-08-04 Ian LynaghRename Opt_Allow* to Opt_* to match the language names
2007-07-12 Ian LynaghMerge *UnboxedTuples flags
2007-07-09 Ian LynaghImplement unboxed tuples flags
2007-07-09 Ian LynaghTweak the undecidable-instance-checking logic
2007-07-09 Ian LynaghDefine -XPartiallyAppliedClosedTypeSynonyms flag
2007-07-09 Ian LynaghAdd -XFlexibleContexts flag
2007-07-09 Ian LynaghImplement -XPolymorphicComponents
2007-07-08 Ian LynaghAdd flags for Rank2Types and RankNTypes
2007-07-08 Ian LynaghAdd flags for TypeSynonymInstances and FlexibleInstances
2007-05-14 Manuel M T Chakravarty-findexed-types -> -ftype-families
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-04-24 Pepe IborraSome tyvars were being introduced in the environment...
2007-03-22 simonpj@microsoft.comImprove documentation of instances
2007-03-14 simonpj@microsoft.comWibble to type-error-message improvement
2007-03-14 simonpj@microsoft.comImprove error messages slightly, saying "a1...an" inste...
2007-01-09 Manuel M T ChakravartyHandle synonym families in check_tau_type
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-28 Manuel M T ChakravartyParse and desugar equational constraints
2006-12-13 simonpj@microsoft.comAdd left-to-right impredicative instantiation
2006-12-11 simonpj@microsoft.comMore refactoring of constraint simplification
2006-11-10 simonpj@microsoft.comUse implication constraints to improve type inference
2006-11-01 simonpj@microsoft.comDefault the kind of unconstrained meta-type variables...
2006-11-01 simonpj@microsoft.comImprove error message (push to 6.6 branch)
2006-11-01 simonpj@microsoft.comFix error reporting for contexts during deriving (Trac...
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-09-20 Manuel M T ChakravartySome more ASSERTs
2006-09-20 Manuel M T Chakravartysome bug-fixes, newtype deriving might work now
2006-09-20 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-11 simonpj@microsoft.comGo back to calling type veriables t
2006-08-04 simonpj@microsoft.comDo pre-subsumption in the main subsumption check
2006-04-18 simonpj@microsoft.comFix rank-validity testing
2006-04-07 Simon MarlowReorganisation of the source tree