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/Detyping/index.html
Module DetypingSource
If true, contract branches with same r.h.s. and same matching variables in a disjunctive pattern
If this flag is true and the last non unique clause of a "match" is a variable-free disjunctive pattern, turn it into a catch-call case
Source
val subst_cases_pattern : 
  Mod_subst.substitution ->
  Glob_term.cases_pattern ->
  Glob_term.cases_patternSource
val subst_glob_constr : 
  Environ.env ->
  Mod_subst.substitution ->
  Glob_term.glob_constr ->
  Glob_term.glob_constrdetype isgoal avoid ctx c turns a closed c, into a glob_constr de Bruijn indexes are turned to bound names, avoiding names in avoid isgoal tells if naming must avoid global-level synonyms as intro does ctx gives the names of the free variables
Source
val detype : 
  'a delay ->
  ?isgoal:bool ->
  Names.Id.Set.t ->
  Environ.env ->
  Evd.evar_map ->
  EConstr.constr ->
  'a Glob_term.glob_constr_gSource
val detype_rel_context : 
  'a delay ->
  EConstr.constr option ->
  Names.Id.Set.t ->
  (Termops.names_context * Environ.env) ->
  Evd.evar_map ->
  EConstr.rel_context ->
  'a Glob_term.glob_decl_g listSource
val detype_closed_glob : 
  ?isgoal:bool ->
  Names.Id.Set.t ->
  Environ.env ->
  Evd.evar_map ->
  Ltac_pretype.closed_glob_constr ->
  Glob_term.glob_constrSource
val lookup_name_as_displayed : 
  Environ.env ->
  Evd.evar_map ->
  EConstr.constr ->
  Names.Id.t ->
  int optionlook for the index of a named var or a nondep var as it is renamed
Source
val lookup_index_as_renamed : 
  Environ.env ->
  Evd.evar_map ->
  EConstr.constr ->
  int ->
  int option sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >