Cobol_data.Value
Representation of basic COBOL values.
`*_of_strings?` functions may raise INVALID_CHARS
.
module NEL = Cobol_common.Basics.NEL
exception INVALID_CHARS of (int * char) NEL.t
val floating_zero : floating
val pp_floating : Stdlib.Format.formatter -> floating -> unit
val floating_of_strings :
integral:string ->
fractional:string ->
exponent:string ->
floating
val pp_alphanum :
Ppx_deriving_runtime.Format.formatter ->
alphanum ->
Ppx_deriving_runtime.unit
val show_alphanum : alphanum -> Ppx_deriving_runtime.string
val pp_boolean :
Ppx_deriving_runtime.Format.formatter ->
boolean ->
Ppx_deriving_runtime.unit
val show_boolean : boolean -> Ppx_deriving_runtime.string
val boolean_zero : boolean
val boolean_of_string : ?base:[ `Bool | `Hex ] -> string -> boolean