Int is:exact package:base set:included-with-ghc

A fixed-precision integer type with at least the range [-2^29 .. 2^29-1]. The exact range for a given implementation can be determined by using minBound and maxBound from the Bounded class.
Signed integer types
The sized integral datatypes, Int8, Int16, Int32, and Int64.