18 Jan
2001
18 Jan
'01
1:16 p.m.
class C a where fun :: a -> Integer instance C Integer where fun x = x+ 1 with these definitons: fun 3 --gives error in Hugs fun (3::Integer) -- OK I am a building an embedded language, so don't want user to cast. Is there a solution? Thanks, Saswat
9353
Age (days ago)
9353
Last active (days ago)
0 comments
1 participants
participants (1)
-
Saswat Anand