Bounded package:data-textual

A shorthand for bounded' optMinus.
Parse a number written in the specified positional numeral system, failing on overflow. The supplied parser is used to determine the sign of the number.
A shorthand for cBounded' optMinus.
Parse a number written in the specified positional numeral system, failing on overflow. The supplied parser is used to determine the sign of the number. Leading zeroes are not allowed.
Parse a non-negative number written in the specified positional numeral system, failing on overflow.
Parse a non-negative number written in the specified positional numeral system, failing on overflow. Leading zeroes are not allowed.
Parse a non-positive number written in the specified positional numeral system, failing on overflow.
Parse a non-positive number written in the specified positional numeral system, failing on overflow. Leading zeroes are not allowed.