Integral -package:aeson-optics package:foundation

Integral Literal support e.g. 123 :: Integer 123 :: Word8
helper function to create a FieldInteger
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
general coercion from integral types
Read an Integer from a String Consume an optional minus sign and many digits until end of string.