Uucp.NumNumeric properties.
is_ascii_hex_digit u is true if u has the ASCII_Hex_Digit property.
is_hex_digit u is true if u has the Hex_Digit property.
val pp_numeric_type : Stdlib.Format.formatter -> numeric_type -> unitpp_numeric_type ppf n prints an unspecified representation of n on ppf.
val numeric_type : Stdlib.Uchar.t -> numeric_typenumeric_type u is u's Numeric_Type property.
The type for numeric values.
val pp_numeric_value : Stdlib.Format.formatter -> numeric_value -> unitpp_numeric_value ppf n prints an unspecified representation of n on ppf.
val numeric_value : Stdlib.Uchar.t -> numeric_valuenumeric_type u is u's Numeric_Value property.