Use implication constraints to improve type inference
[ghc-hetmet.git] / compiler / typecheck / TcInstDcls.lhs
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-10 Manuel M T ChakravartyRough matches for family instances
2006-09-20 bjorn@bringert.netMerged stand-alone deriving with FC stuff.
2006-09-18 bjorn@bringert.netNew syntax for stand-alone deriving. Implemented fully.
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-26 simonpj@microsoft.comFix derived instances (again); prevents infinite superc...
2006-09-25 simonpj@microsoft.comFix newtype deriving properly (un-doing Audreys patch)
2006-09-23 simonpj@microsoft.comRe-work the newtype-deriving support
2006-09-20 Manuel M T ChakravartyBasic set up for global family instance environment
2006-09-20 Manuel M T ChakravartyStraightened out implicit coercions for indexed types
2006-09-20 Manuel M T ChakravartyBetter error message for indexes that must be variables
2006-09-20 Manuel M T ChakravartyChecking conformance of AT indexes with instance heads
2006-09-20 Manuel M T ChakravartyWarn of missing ATs and complain about bad ATs
2006-09-20 Manuel M T ChakravartyCheck that AT instance is in a class
2006-09-20 Manuel M T ChakravartyExtend TyCons and DataCons to represent data instance...
2006-09-20 Manuel M T ChakravartyKind and type checking of indexed types
2006-09-20 Manuel M T ChakravartyFix newtype deriving bug
2006-09-20 Manuel M T ChakravartyFlip direction of newtype coercions, fix some comments
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
2006-09-20 Manuel M T Chakravartysome bug-fixes, newtype deriving might work now
2006-09-20 Manuel M T Chakravartynewtype deriving still not working
2006-09-20 Manuel M T Chakravartynewtype deriving dicts, compiling at least
2006-09-20 Manuel M T Chakravarty..and a bit more
2006-09-20 Manuel M T ChakravartyMore on newtype deriving
2006-09-20 Manuel M T Chakravartytowards newtype deriving dicts
2006-09-20 Manuel M T Chakravartynewtype fixes, coercions for non-recursive newtypes...
2006-09-18 Manuel M T ChakravartyPartial changes for derived newtype instances
2006-09-15 Manuel M T ChakravartyFix migrated AT support
2006-09-15 Manuel M T ChakravartyMigrate cvs diff from fptools-assoc branch
2006-07-06 simonpj@microsoft.comTiny comment change (darcs test only)
2006-06-12 simonpj@microsoft.comMake scoped type variables work for default methods
2006-04-07 Simon MarlowReorganisation of the source tree