Integral -package:massiv -package:basic-prelude -package:yesod-paginator package:basement

Integral Literal support e.g. 123 :: Integer 123 :: Word8
Downsize an integral value
Upsize an integral value The destination type b size need to be greater or equal than the size type of a
Number literals, convertible through the generic Integer type. all number are Enum'erable, meaning that you can move to next element
Read an Integer from a String Consume an optional minus sign and many digits until end of string.