Hello,

all_fib :: [Float]



You define "all_fib" to return a list of "Float", but "even" does only work
for numbers whose type is an instance of the class Integral, e.g. Int.

HTH and ciao,
Steffen


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

Reply via email to