Extend TyCons and DataCons to represent data instance decls
[ghc-hetmet.git] / compiler / basicTypes / DataCon.lhs
2006-09-20 Manuel M T ChakravartyExtend TyCons and DataCons to represent data instance...
2006-09-20 Manuel M T ChakravartyRemoved spurious + due to manual patching
2006-09-20 Manuel M T ChakravartyComments about datacon worker and wrappers
2006-09-20 Manuel M T ChakravartyChagne newtype wrapper into worker
2006-09-20 Manuel M T ChakravartyMinor tidying up
2006-09-20 Manuel M T Chakravartyfixing record selectors
2006-09-20 Manuel M T Chakravartyfixed bug in product unboxing
2006-09-20 Manuel M T Chakravartytowards unboxing through newtypes
2006-09-18 Manuel M T ChakravartyGADT pattern matching fix
2006-09-18 Manuel M T ChakravartySimplify mkDataCon slightly
2006-09-18 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-05-17 simonpj@microsoft.comNewtype data constructors get a compulsory unfolding
2006-04-07 Simon MarlowReorganisation of the source tree