Module OLD.Group

This module implements a hierarchical version of cobol data items.

The type of hierarchical data items from cobol, used to describe different sections of the data division such as working storage section or linkage section.

val pp_t' : Ppx_deriving_runtime.Format.formatter -> t' -> Ppx_deriving_runtime.unit
val show_t' : t' -> Ppx_deriving_runtime.string
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val compare_t' : t' -> t' -> Ppx_deriving_runtime.int
val compare : t -> t -> Ppx_deriving_runtime.int
val pp_data_group_list : Stdlib.Format.formatter -> t list -> unit

Convert a list of located tworking_item_descr_entry to a list of t t