package rocq-runtime

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Record.DataSource

Sourcetype coercion_flags = {
  1. coe_local : bool;
  2. coe_reversible : bool;
}
Sourcetype instance_flags = {
  1. inst_locality : Hints.hint_locality;
  2. inst_priority : int option;
}
Sourcetype projection_flags = {
  1. pf_coercion : coercion_flags option;
  2. pf_instance : instance_flags option;
  3. pf_canonical : bool;
}
Sourcetype t = {
  1. is_coercion : Vernacexpr.coercion_flag;
  2. proj_flags : projection_flags list;
}