Cf_annot.MetaSubmodule comprising types for structured interchange of position data.
Style for annotation data structures, either `Concise, i.e. fields identified by array index, or `Diagnostic, i.e. fields presented as pairs comprising a field name string and the field value.
Use or_concise with an optional style argument to select the `Concise style as the default.
Use or_diagnostic with an optional style argument to select the `Diagnostic style as the default.
module type Basis = sig ... endParameters for configuring structured interchange of annotations.