package coq
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Formal proof management system
Install
dune-project
Dependency
Authors
Maintainers
Sources
coq-8.16.0.tar.gz
sha256=36577b55f4a4b1c64682c387de7abea932d0fd42fc0cd5406927dca344f53587
doc/coq-core.tactics/Tacticals/Old/index.html
Module Tacticals.OldSource
Takes an exception and either raise it at the next level or do nothing.
Tacticals i.e. functions from tactics to tactics.
Tacticals applying to hypotheses
Source
val ifOnHyp :
((Names.Id.t * EConstr.types) -> bool) ->
(Names.Id.t -> tactic) ->
(Names.Id.t -> tactic) ->
Names.Id.t ->
tacticSource
val onHyps :
(Goal.goal Evd.sigma -> EConstr.named_context) ->
(EConstr.named_context -> tactic) ->
tacticTacticals applying to goal components
A clause denotes occurrences and hypotheses in a goal; in particular, it can abstractly refer to the set of hypotheses independently of the effective contents of the current goal
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page