package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type projection_flags = {
  1. pf_subclass : bool;
  2. pf_reversible : bool;
  3. pf_canonical : bool;
}
type raw_data
type t = {
  1. id : Names.Id.t;
  2. idbuild : Names.Id.t;
  3. is_coercion : bool;
  4. coers : projection_flags list;
  5. rdata : raw_data;
  6. inhabitant_id : Names.Id.t;
}