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.1.tar.gz
md5=13d2793fc6413aac5168822313e4864e
sha512=ec8379df34ba6e72bcf0218c66fef248b0e4c5c436fb3f2d7dd83a2c5f349dd0874a67484fcf9c0df3e5d5937d7ae2b2a79274725595b4b0065a381f70769b42
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)"
>