package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.20.0.tar.gz
md5=66e57ea55275903bef74d5bf36fbe0f1
sha512=1a7eac6e2f58724a3f9d68bbb321e4cfe963ba1a5551b9b011db4b3f559c79be433d810ff262593d753770ee41ea68fbd6a60daa1e2319ea00dff64c8851d70b

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

Module ComFixpointSource

Fixpoints and cofixpoints

Entry points for the vernacular commands Fixpoint and CoFixpoint

Sourceval do_fixpoint : ?scope:Locality.definition_scope -> ?clearbody:bool -> poly:bool -> ?typing_flags:Declarations.typing_flags -> ?user_warns:UserWarn.t -> ?using:Vernacexpr.section_subset_expr -> Vernacexpr.fixpoint_expr list -> Declare.Proof.t option
Sourceval do_cofixpoint : ?scope:Locality.definition_scope -> ?clearbody:bool -> poly:bool -> ?typing_flags:Declarations.typing_flags -> ?user_warns:UserWarn.t -> ?using:Vernacexpr.section_subset_expr -> Vernacexpr.cofixpoint_expr list -> Declare.Proof.t option

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, 'r) recursive_preentry = Names.Id.t list * 'r list * 'constr option list * 'types list

names / relevance / defs / types

Exported for Program

Exported for Funind

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

Very private function, do not use

OCaml

Innovation. Community. Security.