21 Mar
2004
21 Mar
'04
5:54 p.m.
Hello, I'm trying to use GHC's deriving mechanism for newtypes in the following way: class C a b instance C [a] Char newtype T = T Char deriving C [a] Unfortunately, this isn't possible. Is there a reason for this? Can I circumvent this restriction? Wolfgang
8195
Age (days ago)
8195
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wolfgang Jeltsch