<font color='black' size='2' face='Arial, Helvetica, sans-serif'><font class="Apple-style-span" size="2">Hello there,</font>
<div><font class="Apple-style-span" size="2">This is just some toy program I was trying. I fail to understand why this works:<br>
</font>
<div><span class="Apple-style-span" style="font-size: small; "><br>
</span></div>

<div><span class="Apple-style-span" style="font-size: small; ">=============================</span></div>

<div><span class="Apple-style-span" style="font-size: small; ">Prelude> zipWith (\ x y -> ((x ^ y) / (product [1..x]))) [1..3] [2,2,2]</span></div>

<div><font class="Apple-style-span" size="2">
<div>[1.0,2.0,1.5]</div>

<div>=============================</div>

<div><br>
</div>

<div>and this does not:</div>

<div><br>
</div>

<div>=============================</div>

<div>Prelude> zipWith (\ x y -> ((y ^ x) / (product [1..x]))) [1..3] [2,2,2]</div>

<div><br>
</div>

<div><interactive>:1:19:</div>

<div>    Ambiguous type variable `a' in the constraints:</div>

<div>      `Fractional a' arising from a use of `/' at <interactive>:1:19-44</div>

<div>      `Integral a' arising from a use of `^' at <interactive>:1:20-24</div>

<div>    Probable fix: add a type signature that fixes these type variable(s)</div>

<div>============================</div>

<div>Note that the "^" function has "x" and "y" flipped.</div>

<div><br>
</div>

<div>:t (^) says:</div>

<div>============================</div>

<div>
<div>(^) :: (Num a, Integral b) => a -> b -> a</div>
</div>

<div>============================</div>

<div><br>
</div>

<div>Could somebody please throw some light?</div>
</font></div>

<div><font class="Apple-style-span" size="2"><br>
</font>
<div style="clear: both; "><font class="Apple-style-span" size="2">Thanks.</font></div>
</div>
</div>
</font>