
10 Apr
2010
10 Apr
'10
1:14 p.m.
Hi all, I was wondering if it's possible to have a class declaration that would except both unlifted types and lifted types as instances. For instance, I'm looking for something like class Foo a b where bar :: a -> b instance Foo Int Int where bar = id instance Foo Int# Int where bar = iBox Regards, Phyx
5521
Age (days ago)
5521
Last active (days ago)
0 comments
1 participants
participants (1)
-
Phyx