package coq-core
The Coq Proof Assistant -- Core Binaries and Tools
Install
Dune Dependency
Authors
Maintainers
Sources
coq-8.17.1.tar.gz
sha512=9a35311acec2a806730b94ac7dceabc88837f235c52a14c026827d9b89433bd7fa9555a9fc6829aa49edfedb24c8bbaf1411ebf463b74a50aeb17cba47745b6b
doc/coq-core.kernel/Genlambda/index.html
Module Genlambda
Source
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 Context.binder_annot array * 'v lambda
| Llet of Names.Name.t Context.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
| Lval of 'v
| Lsort of Sorts.t
| Lind of Constr.pinductive
| Lforce
Source
and 'v lam_branches = {
constant_branches : 'v lambda array;
nonconstant_branches : (Names.Name.t Context.binder_annot array * 'v lambda) array;
}
Manipulation functions
Source
val decompose_Llam_Llet :
'v lambda ->
(Names.Name.t Context.binder_annot * 'v lambda option) array * 'v lambda
Translation functions
Source
val makeblock :
(int -> 'v lambda array -> 'v option) ->
Names.inductive ->
int ->
int ->
int ->
'v lambda array ->
'v lambda
Source
val lambda_of_prim :
Environ.env ->
Constr.pconstant ->
CPrimitives.t ->
'v lambda array ->
'v lambda
Printing
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page