package coq-core
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  The Coq Proof Assistant -- Core Binaries and Tools
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      coq-8.20.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=0cfaa70f569be9494d24c829e6555d46
    
    
  sha512=8ee967c636b67b22a4f34115871d8f9b9114df309afc9ddf5f61275251088c6e21f6cf745811df75554d30f4cebb6682f23eeb2e88b771330c4b60ce3f6bf5e2
    
    
  doc/coq-core.pretyping/Reductionops/Stack/index.html
Module Reductionops.StackSource
Source
val mkCaseStk : 
  (Constr.case_info
   * EConstr.EInstance.t
   * EConstr.t array
   * EConstr.case_return
   * EConstr.t Constr.pcase_invert
   * EConstr.case_branch array) ->
  case_stkSource
type member = - | App of app_node
- | Case of case_stk
- | Proj of Names.Projection.t * EConstr.ERelevance.t
- | Fix of EConstr.fixpoint * t
- | Primitive of CPrimitives.t * Names.Constant.t * EConstr.EInstance.t * t * CPrimitives.args_red
fold2 f x sk1 sk2 folds f on any pair of term in (sk1,sk2).
append_app args sk pushes array of arguments args on sk
append_app_list args sk pushes list of arguments args on sk
if strip_app sk = (sk1,sk2), then sk = sk1 @ sk2 with sk1 purely applicative and sk2 does not start with an argument
decomp sk extracts the first argument of reversed stack sk is there is some
list_of_app_stack sk either returns Some sk turned into a list of arguments if sk is purely applicative and None otherwise
args_size sk returns the number of arguments available at the head of sk
zip sigma t sk
Source
val expand_case : 
  Environ.env ->
  Evd.evar_map ->
  case_stk ->
  Constr.case_info
  * EConstr.EInstance.t
  * EConstr.constr array
  * ((EConstr.rel_context * EConstr.constr) * EConstr.ERelevance.t)
  * (EConstr.rel_context * EConstr.constr) array sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >