How can I get sqrt from Int.
sqrt
Int
I try so:
sqrt . fromInteger x
But get error with types compatibility.