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.1.0.tar.gz
sha256=b236dc44f92e1eeca6877c7ee188a90c2303497fe7beb99df711ed5a7ce0d824
doc/rocq-runtime.kernel/Genlambda/index.html
Module GenlambdaSource
Intermediate language used by both the VM and native.
Source
type 'v node = | Lrel of Names.Name.t * int| Lvar of Names.Id.t| Levar of Evar.t * 'v lambda array| Lprod of 'v lambda * 'v lambda| Llam of Names.Name.t Constr.binder_annot array * 'v lambda| Llet of Names.Name.t Constr.binder_annot * 'v lambda * 'v lambda| Lapp of 'v lambda * 'v lambda array| Lconst of Constr.pconstant| Lproj of Names.Projection.Repr.t * 'v lambda| Lprim of Constr.pconstant * CPrimitives.t * 'v lambda array| Lcase of case_annot * 'v lambda * 'v lambda * 'v lam_branches| Lfix of int array * Names.inductive array * int * 'v fix_decl| Lcofix of int * 'v fix_decl| Lint of int| Lparray of 'v lambda array * 'v lambda| Lmakeblock of Names.inductive * int * 'v lambda array| Luint of Uint63.t| Lfloat of Float64.t| Lstring of Pstring.t| Lval of 'v| Lsort of Sorts.t| Lind of Constr.pinductive
Source
and 'v lam_branches = {constant_branches : 'v lambda array;nonconstant_branches : (Names.Name.t Constr.binder_annot array * 'v lambda) array;
}Manipulation functions
Source
val decompose_Llam_Llet :
'v lambda ->
(Names.Name.t Constr.binder_annot * 'v lambda option) array * 'v lambdaTranslation functions
Printing
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page