package coq

  1. Overview
  2. Docs
Formal proof management system

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.16.1.tar.gz
sha256=583471c8ed4f227cb374ee8a13a769c46579313d407db67a82d202ee48300e4b

doc/coq-core.vernac/Record/Ast/index.html

Module Record.AstSource

Sourcetype t = {
  1. name : Names.lident;
  2. is_coercion : Vernacexpr.coercion_flag;
  3. binders : Constrexpr.local_binder_expr list;
  4. cfs : (Vernacexpr.local_decl_expr * Vernacexpr.record_field_attr) list;
  5. idbuild : Names.Id.t;
  6. sort : Constrexpr.constr_expr option;
  7. default_inhabitant_id : Names.Id.t option;
}
OCaml

Innovation. Community. Security.