
2 Jul
2012
2 Jul
'12
1:54 a.m.
Hello,
vacuum allow that and much more though I don't know if it still works correctly on GHC 7.4. Anyway your isThunk is
isThunk a = fmap GHC.Vacuum.ClosureType.isThunk GHC.Vacuum.closureType
Great. I confirmed that this works with GHC 7.4. # I removed the "a" parameter. Thank you very much! --Kazu