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.19.2.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=5d1187d5e44ed0163f76fb12dabf012e
    
    
  sha512=91bc81530fa4f6498961583ad51eac5001f139881788b88e360a866ad8e2a6e2c5bce86d1a580ab4cd4782bf49d48318767df82471ce33ba3ac143e5569ad33c
    
    
  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 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 lambdaTranslation functions
Source
val makeblock : 
  (int -> 'v lambda array -> 'v option) ->
  Names.inductive ->
  int ->
  int ->
  int ->
  'v lambda array ->
  'v lambdaSource
val lambda_of_prim : 
  Environ.env ->
  Constr.pconstant ->
  CPrimitives.t ->
  'v lambda array ->
  'v lambdaPrinting
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page