Cobol_preproc.Envmodule VAR : sig ... endUtility module that maps any string to a physically unique upper-cased internal representation.
module MAP : sig ... endmodule TYPES : sig ... endinclude module type of struct include TYPES endtype env = definition MAP.tand var = VAR.tand definition_loc = preproc_locand preproc_loc = TYPES.preproc_loc = | Source_location of Cobol_common.Srcloc.TYPES.srcloc| Process_parameter| Process_environmentand value = TYPES.value = | Alphanum of Cobol_data.Value.alphanum with_preproc_loc| Boolean of Cobol_data.Value.boolean with_preproc_loc| Numeric of Cobol_data.Value.fixed with_preproc_locexception UNDEFINED of var Cobol_common.Srcloc.TYPES.with_loctype t = envval pp_value : Stdlib.Format.formatter -> value -> Ppx_deriving_runtime.unitval pp_definition :
Stdlib.Format.formatter ->
definition ->
Ppx_deriving_runtime.unitval pp : t Pretty.printerval empty : 'a MAP.tval var : string -> VAR.tval var' :
string Cobol_common.Srcloc.with_loc ->
VAR.t Cobol_common.Srcloc.with_locval definition_of :
var:MAP.key Cobol_common__Srcloc.TYPES.with_loc ->
definition MAP.t ->
definitionval define :
loc:Cobol_common.Srcloc.TYPES.srcloc ->
MAP.key Cobol_common__Srcloc.TYPES.with_loc ->
value ->
?override:bool ->
t ->
t