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/ltac2_plugin/Ltac2_plugin/Tac2intern/index.html
Module Ltac2_plugin.Tac2internSource
Source
val intern : 
  strict:bool ->
  context ->
  Tac2expr.raw_tacexpr ->
  Tac2expr.glb_tacexpr * Tac2expr.type_schemeSource
val intern_typedef : 
  (Names.KerName.t * int) Names.Id.Map.t ->
  Tac2expr.raw_quant_typedef ->
  Tac2expr.glb_quant_typedefCheck that a term is a value. Only values are safe to marshall between processes.
check_subtype t1 t2 returns true iff all values of instances of type t1 also have type t2.
Source
val subst_quant_typedef : 
  Mod_subst.substitution ->
  Tac2expr.glb_quant_typedef ->
  Tac2expr.glb_quant_typedefSource
val subst_type_scheme : 
  Mod_subst.substitution ->
  Tac2expr.type_scheme ->
  Tac2expr.type_schemeNotations
Replaces all qualified identifiers by their corresponding kernel name. The set represents bound variables in the context.
Source
val debug_globalize_allow_ext : 
  Names.Id.Set.t ->
  Tac2expr.raw_tacexpr ->
  Tac2expr.raw_tacexprVariant of globalize which can accept CTacExt using the provided function. Intended for debugging.
Errors
Misc
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page