Target type with fixed accuracy, at least with the range [-2 ^ 29 .. 2 ^ 29-1]. The exact range for a particular implementation can be determined using minBound and maxBound from the Bounded class.
This came straight from hackage.haskell.org.
According to both hackage.haskell.org and learnyouahaskell.com, I have to get -2147483648 for minBound and 2147483648 for maxBound .
When I run it myself, I get this result:

Sorry if this is a really stupid question. I am new to Haskell and check how everything works.
Am I doing something wrong?
haskell
Henry98
source share