Module Record.Data

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