This commit is contained in:
Jon Eugster
2024-04-29 13:19:14 +02:00
parent 7d02ff3b38
commit 49dcef91bc
2 changed files with 13 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ In other words, how to prove theorems of the form \"if $P$ is true, then $Q$ is
To do that we need to learn some more tactics.
The `exact` tactic can be used to close a goal which is exactly one of
the hypotheses.
the hypotheses. It takes the name of the hypothesis as argument: `exact h`.
"
set_option linter.unusedVariables false in