
9 Nov
2005
9 Nov
'05
12:36 p.m.
Commenting these lines will let GHC start producing errors about instances that it cannot derive without -fglasgow-exts. Uncomment MinutesForTimeout and it will start to run out of memory again. --newtype Tables = Tables [TableInfo] deriving (Show, Typeable) --MinutesForTimeout :*: --SeatsToResurrect :*: --LangID :*: With -fglasgow-exts only the first line needs to be commented out for the code to compile. On Nov 9, 2005, at 5:08 PM, Joel Reymont wrote:
I narrowed the issue down to something that everyone can reproduce.
Sample code that makes GHC 6.4.1 run out of memory is here:
Cabalized HList can be found here: