fix haddock submodule pointer
[ghc-hetmet.git] / compiler / types / InstEnv.lhs
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-01-19 simonpj@microsoft.comComments only
2010-12-22 simonpj@microsoft.comMake mkDFunUnfolding more robust
2010-12-14 simonpj@microsoft.comInstance declaration overlap allowed if *either* has...
2010-12-14 simonpj@microsoft.comWibble to InstEnv.instanceHead
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-10-15 simonpj@microsoft.comComments and layout
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2009-11-24 David WaernAdd a note saying what Haddock relies on about Instance...
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2008-09-05 simonpj@microsoft.comMinor refactoring to share InstEnv.instanceBindFun
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in InstEnv
2008-04-07 Manuel M T ChakravartyRemove GADT refinements, part 5
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-29 Manuel M T ChakravartyRemove GADT refinements, part 3
2008-01-26 Twan van LaarhovenFixed warnings in types/InstEnv
2007-09-10 Simon MarlowFIX #903: mkWWcpr: not a product
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-06-28 simonpj@microsoft.comImprove error message when there is instance overlap
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-09 simonpj@microsoft.comTidy up the interface to lookupInstEnv
2007-02-21 simonpj@microsoft.comDeal more correctly with orphan instances
2007-01-11 simonpj@microsoft.comAdd comments about invariants
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-06 simonpj@microsoft.comComments and an import-trim
2006-09-23 simonpj@microsoft.comAdd VarSet.disjointVarSet, and use it
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-14 simonpj@microsoft.comCheck for overlap-flag differences in hi files
2006-04-07 Simon MarlowReorganisation of the source tree