package coq-core

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-8.20.1.tar.gz
md5=0cfaa70f569be9494d24c829e6555d46
sha512=8ee967c636b67b22a4f34115871d8f9b9114df309afc9ddf5f61275251088c6e21f6cf745811df75554d30f4cebb6682f23eeb2e88b771330c4b60ce3f6bf5e2

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.