Module Uucp.Num

val is_ascii_hex_digit : Uchar.t -> bool
val is_hex_digit : Uchar.t -> bool
type numeric_type = [
  1. | `De
  2. | `Di
  3. | `None
  4. | `Nu
]
val pp_numeric_type : Format.formatter -> numeric_type -> unit
val numeric_type : Uchar.t -> numeric_type
type numeric_value = [
  1. | `NaN
  2. | `Nums of [ `Frac of int * int | `Num of int64 ] list
]
val pp_numeric_value : Format.formatter -> numeric_value -> unit
val numeric_value : Uchar.t -> numeric_value