Cobol_typeck.Referencesmodule Qualmap = Cobol_unit.Qualmapval resolve_data_qualname :
data_definitions:Cobol_unit.Types.data_definitions ->
?strict:bool ->
Cobol_ptree.qualname Cobol_common.Srcloc.TYPES.with_loc ->
Cobol_typeck__.Typeck_outputs.references_acc ->
((Cobol_data.Types.data_definition,
Cobol_ptree.qualname Cobol_common.Srcloc.TYPES.with_loc)
Cobol_unit.Types.resolved_reference,
unit)
Stdlib.result
* Cobol_typeck__.Typeck_outputs.references_accMay raise Not_found when strict = true (the default)
val resolve_record_name :
data_definitions:Cobol_unit.Types.data_definitions ->
Cobol_ptree.name Cobol_common.Srcloc.with_loc ->
Cobol_typeck__.Typeck_outputs.references_acc ->
((Cobol_data.Types.data_definition,
Cobol_ptree.name Cobol_common.Srcloc.with_loc)
Cobol_unit.Types.resolved_reference,
unit)
Stdlib.result
* Cobol_typeck__.Typeck_outputs.references_accMay raise Not_found
val register_data_qualname :
data_definitions:Cobol_unit.Types.data_definitions ->
Cobol_ptree.qualname Cobol_common.Srcloc.TYPES.with_loc ->
Cobol_typeck__.Typeck_outputs.references_acc ->
Cobol_typeck__.Typeck_outputs.references_accval register_name :
data_definitions:Cobol_unit.Types.data_definitions ->
Cobol_ptree.name Cobol_common.Srcloc.with_loc ->
Cobol_typeck__.Typeck_outputs.references_acc ->
Cobol_typeck__.Typeck_outputs.references_acc