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.pretyping/Evardefine/index.html
Module EvardefineSource
Source
val evar_absorb_arguments :
Environ.env ->
Evd.evar_map ->
EConstr.existential ->
EConstr.constr list ->
Evd.evar_map * EConstr.existentialInstantiate an evar by as many lambda's as needed so that its arguments are moved to the evar substitution (i.e. turn ?x[vars1:=args1] args into ?y[vars1:=args1,vars:=args] with vars1 |- ?x:=\vars.?y[vars1:=vars1,vars:=vars]
Source
val split_as_array :
Environ.env ->
Evd.evar_map ->
type_constraint ->
Evd.evar_map * type_constraintIf the constraint can be made to look like array A return A, otherwise return None (this makes later coercion possible).
Source
val define_evar_as_product :
Environ.env ->
Evd.evar_map ->
EConstr.existential ->
Evd.evar_map * EConstr.typesSource
val define_evar_as_lambda :
Environ.env ->
Evd.evar_map ->
EConstr.existential ->
Evd.evar_map * EConstr.typesSource
val define_evar_as_sort :
Environ.env ->
Evd.evar_map ->
EConstr.existential ->
Evd.evar_map * EConstr.ESorts.tdebug pretty-printer:
Used for bidi heuristic when typing lambdas. Transforms an applied evar to an evar with bigger context (ie ?X e to ?X'@{y=e}).
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page