I can divide a float by an integer_______________________________________________> 2.4 / 30.7999999999999999but why can I not do this?< 2.4 / (length [1,2,3])<interactive>:288:1-22: error:
* No instance for (Fractional Int) arising from a use of `/'
* In the expression: 2.4 / (length [1, 2, 3])LB
Beginners mailing list
Beginners@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners