Problem with Infinite Lists

Steffen Mazanek steffen.mazanek@unibw-muenchen.de
Wed, 03 Sep 2003 12:50:38 +0200


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