Type checking for type synonym families
[ghc-hetmet.git] / compiler / typecheck / TcType.lhs
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-08-04 simonpj@microsoft.comFix Trac #1037
2007-07-10 Ian LynaghFix tcInstHeadTyNotSynonym
2007-07-09 Ian LynaghAdd -XUnliftedFFITypes flag
2007-07-08 Ian LynaghAdd flags for TypeSynonymInstances and FlexibleInstances
2007-07-03 simonpj@microsoft.comImprove formatting of errors, and fix a typo
2007-06-29 simonpj@microsoft.comImprove name-printing on unification mis-matches, when...
2007-06-28 simonmar@microsoft.comFix typechecking bug with implicit parameters (Trac...
2007-05-07 simonpj@microsoft.comFIX Trac #1332: make isStringTy work right
2007-04-26 Simon MarlowGive a better error message when we try to print a...
2007-04-22 simonpj@microsoft.comFixes to datacon wrappers for indexed data types
2007-02-19 simonpj@microsoft.comSignature type variables must not be instantiated with...
2007-01-11 simonpj@microsoft.comAdd the function TypeRep.pprTypeApp, and use it
2007-01-10 Manuel M T ChakravartycheckTauTvUpdate: take synonym families into account
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-28 Manuel M T ChakravartyParse and desugar equational constraints
2006-12-11 simonpj@microsoft.comMore refactoring of constraint simplification
2006-11-10 simonpj@microsoft.comUse implication constraints to improve type inference
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-20 bjorn@bringert.netMerged stand-alone deriving with FC stuff.
2006-09-18 bjorn@bringert.netAdded type signature for tcSplitSigmaTy.
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-25 simonpj@microsoft.comFix newtype deriving properly (un-doing Audreys patch)
2006-09-24 audreyt@audreyt.orgComment-only: Fix a typo, and note that the PredTy...
2006-09-24 audreyt@audreyt.orgIn tcSplittyConApp_maybe, add the PredTy case
2006-09-20 Manuel M T ChakravartySome more ASSERTs
2006-09-20 Manuel M T ChakravartyBasic set up for global family instance environment
2006-09-20 Manuel M T ChakravartyExtended TyCon and friends to represent family declarations
2006-09-20 Manuel M T Chakravartyfix bugs, add boolean flag to identify coercion variables
2006-09-20 Manuel M T Chakravartyfix some coercion kind representation things, extend...
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-09-20 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-14 simonpj@microsoft.comAdd some type signatures
2006-09-08 simonpj@microsoft.comCatch errors in pattern matching for unboxed tuples
2006-09-06 simonpj@microsoft.comPattern-match warning police
2006-09-06 simonpj@microsoft.comImprove error reporting for SigTvs, and add comments
2006-08-04 simonpj@microsoft.comDo pre-subsumption in the main subsumption check
2006-07-04 Simon Marlowremove unused bits, mostly to do with the Addr type
2006-07-12 simonpj@microsoft.comComments and import trimming
2006-06-23 Simon Marlowthe unlifted kind
2006-04-18 Simon Marlowremove vestiges of ByteArray and MutableByteArray,...
2006-04-11 simonpj@microsoft.comAllow IO to be wrapped in a newtype in foreign import...
2006-04-07 Simon MarlowReorganisation of the source tree