[project @ 1999-12-07 15:03:08 by simonpj]
Derived instances should use *source* types not *representation* types when doing their deriving stuff. This bug prevented data F = F !Int deriving (Eq) from working when -funbox-strict-fields was on Simon
Please register or sign in to comment