Hi,Prelude> :t (/)(/) :: Fractional a => a -> a -> aPrelude> :t divdiv :: Integral a => a -> a -> aPrelude> 6 / length [23,34,45]errorPrelude> 6 / 32.0
Could somebody explain to me why this is?thanks,Alexander Chen
_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners