package rocq-runtime
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
The Rocq Prover -- Core Binaries and Tools
Install
dune-project
Dependency
Authors
Maintainers
Sources
rocq-9.2.0.tar.gz
sha256=a45280ab4fbaac7540b136a6b073b4a6db15739ec1e149bded43fa6f4fc25f20
doc/rocq-runtime.tactics/Redexpr/index.html
Module RedexprSource
Interpretation layer of redexprs such as hnf, cbv, etc.
User-defined reductions
Source
val eval_user_red_expr :
Genarg.glevel user_red_expr ->
Reductionops.e_reduction_function * Constr.cast_kindSource
val pr_glob_user_red_expr :
Environ.env ->
Evd.evar_map ->
Genarg.glevel user_red_expr ->
Pp.tSource
type red_expr =
(EConstr.constr,
Evaluable.t,
Pattern.constr_pattern,
int,
Genarg.glevel user_red_expr)
Genredexpr.red_expr_genSource
val reduction_of_red_expr_val :
?occs:(Locus.occurrences * int) ->
red_expr_val ->
Reductionops.e_reduction_function * Constr.cast_kindSource
val reduction_of_red_expr :
Environ.env ->
red_expr ->
Reductionops.e_reduction_function * Constr.cast_kindComposition of reduction_of_red_expr_val with eval_red_expr
true if we should use the vm to verify the reduction
Adding a custom reduction (function to be use at the ML level) NB: the effect is permanent.
Adding a custom reduction (function to be called a vernac command). The boolean flag is the locality.
Opaque and Transparent commands.
Sets the expansion strategy of a constant. When the boolean is true, the effect is non-synchronous (i.e. it does not survive section and module closure).
call by value normalisation function using the virtual machine
subst_red_expr sub c performs the substitution sub on all kernel names appearing in c
Source
val interp_redexp_no_ltac :
Environ.env ->
Evd.evar_map ->
raw_red_expr ->
Evd.evar_map * red_expr sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>