Module header tidyup, phase 1
[ghc-hetmet.git] / compiler / typecheck / TcType.lhs
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