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.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=0cfaa70f569be9494d24c829e6555d46
    
    
  sha512=8ee967c636b67b22a4f34115871d8f9b9114df309afc9ddf5f61275251088c6e21f6cf745811df75554d30f4cebb6682f23eeb2e88b771330c4b60ce3f6bf5e2
    
    
  doc/coq-core.pretyping/Evardefine/index.html
Module EvardefineSource
Source
val evar_absorb_arguments : 
  Environ.env ->
  Evd.evar_map ->
  EConstr.existential ->
  EConstr.constr list ->
  Evd.evar_map * EConstr.existentialInstantiate an evar by as many lambda's as needed so that its arguments are moved to the evar substitution (i.e. turn ?x[vars1:=args1] args into ?y[vars1:=args1,vars:=args] with vars1 |- ?x:=\vars.?y[vars1:=vars1,vars:=vars]
Source
val split_as_array : 
  Environ.env ->
  Evd.evar_map ->
  type_constraint ->
  Evd.evar_map * type_constraintIf the constraint can be made to look like array A return A, otherwise return None (this makes later coercion possible).
Source
val define_evar_as_product : 
  Environ.env ->
  Evd.evar_map ->
  ?name:Names.Id.t ->
  EConstr.existential ->
  Evd.evar_map * EConstr.typesSource
val define_evar_as_lambda : 
  Environ.env ->
  Evd.evar_map ->
  ?name:Names.Id.t ->
  EConstr.existential ->
  Evd.evar_map * EConstr.typesSource
val define_evar_as_sort : 
  Environ.env ->
  Evd.evar_map ->
  EConstr.existential ->
  Evd.evar_map * EConstr.ESorts.tdebug pretty-printer:
Used for bidi heuristic when typing lambdas. Transforms an applied evar to an evar with bigger context (ie ?X e to ?X'@{y=e}).
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page