Cobol_dataThis module implements functions to type the COBOL data.
module OLD : sig ... endmodule Memory : sig ... endmodule Types : sig ... endRepresentation of COBOL data items
module Item : sig ... endmodule Picture : sig ... endmodule Value : sig ... endRepresentation of basic COBOL values.
module Literal : sig ... endRepresentation of COBOL literals
module Printer : sig ... endmodule Visitor : sig ... endmodule Diagnostics : sig ... end