package coq-core
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
The Coq Proof Assistant -- Core Binaries and Tools
Install
dune-project
Dependency
Authors
Maintainers
Sources
coq-8.18.0.tar.gz
md5=8d852367b54f095d9fbabd000304d450
sha512=46922d5f2eb6802a148a52fd3e7f0be8370c93e7bc33cee05cf4a2044290845b10ccddbaa306f29c808e7c5019700763e37e45ff6deb507b874a4348010fed50
doc/coq-core.proofs/Clenv/index.html
Module ClenvSource
This file defines clausenv, which is a deprecated way to handle open terms in the proof engine. This API is legacy.
The Type of Constructions clausale environments.
Source
val clenv_refresh :
Environ.env ->
Evd.evar_map ->
Univ.ContextSet.t option ->
clausenv ->
clausenvsubject of clenv (instantiated)
type of clenv (instantiated)
Source
val mk_clenv_from :
Environ.env ->
Evd.evar_map ->
(EConstr.constr * EConstr.types) ->
clausenvSource
val mk_clenv_from_n :
Environ.env ->
Evd.evar_map ->
int ->
(EConstr.constr * EConstr.types) ->
clausenvlinking of clenvs
Source
val clenv_instantiate :
?flags:Unification.unify_flags ->
?submetas:(Constr.metavariable * Evd.clbinding) list ->
Constr.metavariable ->
clausenv ->
(EConstr.constr * EConstr.types) ->
clausenvUnification with clenvs
Source
val clenv_unify_meta_type :
?flags:Unification.unify_flags ->
Evd.conv_pb ->
EConstr.constr ->
Constr.metavariable ->
clausenv ->
clausenvUnifies the type of a meta with a term.
Bindings
bindings where the key is the position in the template of the clenv (dependent or not). Positions can be negative meaning to start from the rightmost argument of the template.
start with a clenv to refine with a given term with bindings
Source
val make_clenv_binding_apply :
Environ.env ->
Evd.evar_map ->
int option ->
(EConstr.constr * EConstr.constr) ->
EConstr.constr Tactypes.bindings ->
clausenvthe arity of the lemma is fixed the optional int tells how many prods of the lemma have to be used use all of them if None
Source
val make_clenv_binding :
Environ.env ->
Evd.evar_map ->
(EConstr.constr * EConstr.constr) ->
EConstr.constr Tactypes.bindings ->
clausenvif the clause is a product, add an extra meta for this product
Clenv tactics
Source
val res_pf :
?with_evars:bool ->
?with_classes:bool ->
?flags:Unification.unify_flags ->
clausenv ->
unit Proofview.tacticSource
val case_pf :
?with_evars:bool ->
dep:bool ->
(EConstr.constr * EConstr.types) ->
unit Proofview.tactic sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page