package rocq-runtime

  1. Overview
  2. Docs
The Rocq Prover -- Core Binaries and Tools

Install

dune-project
 Dependency

Authors

Maintainers

Sources

rocq-9.2.0.tar.gz
sha256=a45280ab4fbaac7540b136a6b073b4a6db15739ec1e149bded43fa6f4fc25f20

doc/rocq-runtime.vernac/Record/index.html

Module RecordSource

Sourcemodule Data : sig ... end
Sourcemodule Ast : sig ... end
Sourceval definition_structure : flags:ComInductive.flags -> Constrexpr.cumul_univ_decl_expr option -> Vernacexpr.inductive_kind -> primitive_proj:bool -> Ast.t list -> Names.GlobRef.t list
Sourcemodule RecordEntry : sig ... end
Sourcemodule Record_decl : sig ... end

A record is an inductive mie with extra metadata

Sourceval interp_structure : flags:ComInductive.flags -> Constrexpr.cumul_univ_decl_expr option -> Vernacexpr.inductive_kind -> primitive_proj:bool -> Ast.t list -> Record_decl.t

Ast.t list at the constr level

Sourceval declare_existing_class : Names.GlobRef.t -> unit
Sourceval canonical_inhabitant_id : isclass:bool -> Names.Id.t -> Names.Id.t
Sourcemodule Internal : sig ... end