> >    map f (S a ss) = S (f a) (map f ss)

This should have been "... = S (f a) (map (map f) ss)" i believe. Sorry.

_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to