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.20.0.tar.gz
md5=66e57ea55275903bef74d5bf36fbe0f1
sha512=1a7eac6e2f58724a3f9d68bbb321e4cfe963ba1a5551b9b011db4b3f559c79be433d810ff262593d753770ee41ea68fbd6a60daa1e2319ea00dff64c8851d70b
doc/coq-core.kernel/Genlambda/index.html
Module GenlambdaSource
Intermediate language used by both the VM and native.
Source
type 'v lambda = | 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