package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.19.2.tar.gz
md5=5d1187d5e44ed0163f76fb12dabf012e
sha512=91bc81530fa4f6498961583ad51eac5001f139881788b88e360a866ad8e2a6e2c5bce86d1a580ab4cd4782bf49d48318767df82471ce33ba3ac143e5569ad33c

doc/coq-core.vernac/ComFixpoint/index.html

Module ComFixpointSource

Fixpoints and cofixpoints

Entry points for the vernacular commands Fixpoint and CoFixpoint

Sourceval do_fixpoint_interactive : scope:Locality.definition_scope -> ?clearbody:bool -> poly:bool -> ?typing_flags:Declarations.typing_flags -> ?deprecation:Deprecation.t -> Vernacexpr.fixpoint_expr list -> Declare.Proof.t
Sourceval do_fixpoint : ?scope:Locality.definition_scope -> ?clearbody:bool -> poly:bool -> ?typing_flags:Declarations.typing_flags -> ?deprecation:Deprecation.t -> ?using:Vernacexpr.section_subset_expr -> Vernacexpr.fixpoint_expr list -> unit
Sourceval do_cofixpoint_interactive : scope:Locality.definition_scope -> poly:bool -> ?deprecation:Deprecation.t -> Vernacexpr.cofixpoint_expr list -> Declare.Proof.t
Sourceval do_cofixpoint : scope:Locality.definition_scope -> poly:bool -> ?deprecation:Deprecation.t -> ?using:Vernacexpr.section_subset_expr -> Vernacexpr.cofixpoint_expr list -> unit

Internal API

Typing global fixpoints and cofixpoint_expr

Sourceval adjust_rec_order : structonly:bool -> Constrexpr.local_binder_expr list -> Constrexpr.recursion_order_expr option -> Names.lident option
Sourcetype ('constr, 'types) recursive_preentry = Names.Id.t list * Sorts.relevance list * 'constr option list * 'types list

names / relevance / defs / types

Exported for Program

Exported for Funind

Sourceval interp_fixpoint : ?check_recursivity:bool -> ?typing_flags:Declarations.typing_flags -> cofix:bool -> Names.lident option Vernacexpr.fix_expr_gen list -> (Constr.t, Constr.types) recursive_preentry * UState.universe_decl * UState.t * (EConstr.rel_context * Impargs.manual_implicits * int option) list
Sourceval compute_possible_guardness_evidences : (('a, 'b) Context.Rel.pt * 'c * int option) -> int list

Very private function, do not use

OCaml

Innovation. Community. Security.