
3 Mar
2003
3 Mar
'03
5:20 a.m.
On Monday, 2003-03-03, 10:00, CET, Cagdas Ozgenc wrote:
[...]
I did not mean to include functions that take type constructors as parameters (so lists are out of my discussion scope). I am only considering functions that uses type variables that are not restricted by typeclasses. In this setting could you give a few useful function signatures, and their explanation?
In the prelude: error :: String -> a
[...]
Wolfgang