Re: Wish list: expanded defaulting, dependent types, reflection
29 Sep
2001
29 Sep
'01
11:35 p.m.
You know about fundeps, right? This may help:
class Add a b c | a b -> c where {add :: a -> b -> c;};
Indeed, it's quite hopeless without fundeps. They don't solve with the ambiguous-literal problem, though. mike
9052
Age (days ago)
9052
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mike Gunter