When I try to compile this:
$ cat ../work/classes.prg
isFunctor :: (* ~> *) ~> (* ~> *)
{isFunctor []} = []
I get:
The number of arguments in the function call: {isFunctor []}
does not match type signature: (*0 ~> *0) ~> *0 ~> *0
The arity check is probably too restrictive.
Original issue reported on code.google.com by ggr...@gmail.com on 26 Jan 2011 at 10:35
Original issue reported on code.google.com by
ggr...@gmail.com
on 26 Jan 2011 at 10:35