Documentation
type NatHex = NatBase 16 ParseHexDigitSym Source #
Parse a hexadecimal (base 16) natural. Permits mixed-case (0-9A-Fa-f).
type NatBase base parseDigit = '(NatBaseChSym base parseDigit, EmitEndSym, 0) Source #
Parse a natural in the given base, using the given digit parser.