<div dir="ltr">I can divide a float by an integer<div><br></div><div>>  2.4 / 3</div>0.7999999999999999<div><br></div><div>but why can I not do this?</div><div><br></div><div>< 2.4 / (length [1,2,3])</div><div><interactive>:288:1-22: error:<br>    * No instance for (Fractional Int) arising from a use of `/'<br>    * In the expression: 2.4 / (length [1, 2, 3])<br></div><div><br></div><div>LB</div></div>