Int package:ghc-lib-parser

pattern synonym to create integer values
pattern synonym to create integer values
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.