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.19.2.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=5d1187d5e44ed0163f76fb12dabf012e
    
    
  sha512=91bc81530fa4f6498961583ad51eac5001f139881788b88e360a866ad8e2a6e2c5bce86d1a580ab4cd4782bf49d48318767df82471ce33ba3ac143e5569ad33c
    
    
  doc/coq-core.tactics/Auto/index.html
Module AutoSource
This files implements auto and related automation tactics
Try unification with the precompiled clause, then use registered Apply
ConclPattern concl pat tacast: if the term concl matches the pattern pat, (in sense of Pattern.somatches, then replace ?1 ?2 metavars in tacast by the right values to build a tactic
Source
val conclPattern : 
  EConstr.constr ->
  Pattern.constr_pattern option ->
  Genarg.glob_generic_argument ->
  unit Proofview.tacticThe Auto tactic
The use of the "core" database can be de-activated by passing "nocore" amongst the databases.
Source
val auto : 
  ?debug:Hints.debug ->
  int ->
  Tactypes.delayed_open_constr list ->
  Hints.hint_db_name list ->
  unit Proofview.tacticAuto with more delta.
auto with default search depth and with the hint database "core"
Source
val full_auto : 
  ?debug:Hints.debug ->
  int ->
  Tactypes.delayed_open_constr list ->
  unit Proofview.tacticauto with all hint databases
auto with default search depth and with all hint databases
Source
val gen_auto : 
  ?debug:Hints.debug ->
  int option ->
  Tactypes.delayed_open_constr list ->
  Hints.hint_db_name list option ->
  unit Proofview.tacticThe generic form of auto (second arg None means all bases)
Source
val h_auto : 
  ?debug:Hints.debug ->
  int option ->
  Tactypes.delayed_open_constr list ->
  Hints.hint_db_name list option ->
  unit Proofview.tacticThe hidden version of auto
Trivial
Source
val trivial : 
  ?debug:Hints.debug ->
  Tactypes.delayed_open_constr list ->
  Hints.hint_db_name list ->
  unit Proofview.tacticSource
val gen_trivial : 
  ?debug:Hints.debug ->
  Tactypes.delayed_open_constr list ->
  Hints.hint_db_name list option ->
  unit Proofview.tacticSource
val full_trivial : 
  ?debug:Hints.debug ->
  Tactypes.delayed_open_constr list ->
  unit Proofview.tacticSource
val h_trivial : 
  ?debug:Hints.debug ->
  Tactypes.delayed_open_constr list ->
  Hints.hint_db_name list option ->
  unit Proofview.tactic sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >