package coq-core
The Coq Proof Assistant -- Core Binaries and Tools
Install
Dune Dependency
Authors
Maintainers
Sources
coq-8.19.1.tar.gz
md5=13d2793fc6413aac5168822313e4864e
sha512=ec8379df34ba6e72bcf0218c66fef248b0e4c5c436fb3f2d7dd83a2c5f349dd0874a67484fcf9c0df3e5d5937d7ae2b2a79274725595b4b0065a381f70769b42
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