package rocq-runtime
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
The Rocq Prover -- Core Binaries and Tools
Install
dune-project
Dependency
Authors
Maintainers
Sources
rocq-9.0.1.tar.gz
sha256=051f7bf702ff0a3b370449728921e5a95e18bc2b31b8eb949d48422888c98af4
doc/rocq-runtime.pretyping/Evardefine/index.html
Module Evardefine
Source
Source
val evar_absorb_arguments :
Environ.env ->
Evd.evar_map ->
EConstr.existential ->
EConstr.constr list ->
Evd.evar_map * EConstr.existential
Instantiate 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_constraint
If 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 ->
?name:Names.Id.t ->
EConstr.existential ->
Evd.evar_map * EConstr.types
Source
val define_evar_as_lambda :
Environ.env ->
Evd.evar_map ->
?name:Names.Id.t ->
EConstr.existential ->
Evd.evar_map * EConstr.types
Source
val define_evar_as_sort :
Environ.env ->
Evd.evar_map ->
EConstr.existential ->
Evd.evar_map * EConstr.ESorts.t
debug 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