why are implicit types different?

21 Nov
2006
21 Nov
'06
2:18 p.m.
Why do g and g' have different types? g x y = let ?f = \x-> x in ?f x ++ (show (?f y)) g' x y = let f = \x-> x in f x ++ (show (f y)) Is there a way I can use implicit types and let g be as general as g'? -Alex- ______________________________________________________________ S. Alexander Jacobson tel:917-770-6565 http://alexjacobson.com
6755
Age (days ago)
6755
Last active (days ago)
0 comments
1 participants
participants (1)
-
S. Alexander Jacobson