package rocq-runtime
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  The Rocq Prover -- Core Binaries and Tools
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      rocq-9.1.0.tar.gz
    
    
        
    
  
  
  
    
  
        sha256=b236dc44f92e1eeca6877c7ee188a90c2303497fe7beb99df711ed5a7ce0d824
    
    
  doc/rocq-runtime.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