package coq-core

  1. Overview
  2. Docs
The Coq Proof Assistant -- Core Binaries and Tools

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.17.1.tar.gz
sha512=9a35311acec2a806730b94ac7dceabc88837f235c52a14c026827d9b89433bd7fa9555a9fc6829aa49edfedb24c8bbaf1411ebf463b74a50aeb17cba47745b6b

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.