Add 123## literals for Word#
[ghc-hetmet.git] / compiler / typecheck / TcType.lhs
2008-04-23 Ian LynaghAdd 123## literals for Word#
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcType
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-15 Ian LynaghRemove leftover NoteTy/FTVNote bits
2008-01-07 simonpj@microsoft.comMake the treatment of equalities more uniform
2007-11-06 simonpj@microsoft.comFix Trac #1813: generalise over *all* type variables...
2007-10-29 simonpj@microsoft.comImprove error-message output slightly
2007-10-19 Manuel M T ChakravartyZonk quantified tyvars with skolems
2007-10-11 simonpj@microsoft.comFix Trac #1680; check for unboxed tuples in TcType...
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-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