Module Record.Data
type projection_flags={pf_subclass : bool;pf_reversible : bool;pf_canonical : bool;}type raw_datatype t={id : Names.Id.t;idbuild : Names.Id.t;is_coercion : bool;coers : projection_flags list;rdata : raw_data;inhabitant_id : Names.Id.t;}