Extend TyCons and DataCons to represent data instance decls
[ghc-hetmet.git] / compiler / typecheck / TcTyClsDecls.lhs
2006-09-20 Manuel M T ChakravartyExtend TyCons and DataCons to represent data instance...
2006-09-20 Manuel M T ChakravartyMake sure ATs are included into the temporary env for...
2006-09-20 Manuel M T ChakravartyExtend Class.Class to include the TyCons of ATs
2006-09-20 Manuel M T ChakravartyFix kind lookup in kcIdxTyPats
2006-09-20 Manuel M T ChakravartyExtended TyCon and friends to represent family declarations
2006-09-20 Manuel M T ChakravartyKind and type checking of indexed types
2006-09-20 Manuel M T Chakravartytowards unboxing through newtypes
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-09-18 Manuel M T ChakravartyRemove argument variance info of tycons
2006-09-18 Manuel M T ChakravartyDon't lift ATs out of classes and instances before tc
2006-09-15 Manuel M T ChakravartyMigrate cvs diff from fptools-assoc branch
2006-09-12 audreyt@audreyt.orgTake away XXXs in GADT records related code that are...
2006-08-19 Ross Patersonremove spurious commas in imports
2006-08-15 simonpj@microsoft.comAllow class and instance decls in hs-boot files
2006-07-26 simonpj@microsoft.comDeal correctly with infix type constructors in GADT...
2006-04-07 Simon MarlowReorganisation of the source tree