*Main> (\k -> (1/k) ^ k) 3
<interactive>:1:8:
Ambiguous type variable `t' in the constraints:
`Fractional t' arising from a use of `/' at <interactive>:1:8-10
`Integral t' arising from a use of `^' at <interactive>:1:7-15
Probable fix: add a type signature that fixes these type variable(s)