Literal.VALRepresentation of basic COBOL values.
`*_of_strings?` functions may raise INVALID_CHARS.
module NEL = Cobol_common.Basics.NELexception INVALID_CHARS of (int * char) NEL.tval floating_zero : floatingval pp_floating : Stdlib.Format.formatter -> floating -> unitval floating_of_strings :
integral:string ->
fractional:string ->
exponent:string ->
floatingval pp_alphanum :
Ppx_deriving_runtime.Format.formatter ->
alphanum ->
Ppx_deriving_runtime.unitval show_alphanum : alphanum -> Ppx_deriving_runtime.stringval pp_boolean :
Ppx_deriving_runtime.Format.formatter ->
boolean ->
Ppx_deriving_runtime.unitval show_boolean : boolean -> Ppx_deriving_runtime.stringval boolean_zero : booleanval boolean_of_string : ?base:[ `Bool | `Hex ] -> string -> boolean