Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Manual/Tactics.lean
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,9 @@ Generally speaking, {tactic}`have` should be used when proving an intermediate l
:::tactic Lean.Parser.Tactic.tacticHave'
:::

:::tactic "replace"
:::

:::tactic Lean.Parser.Tactic.tacticLet__ (show := "let")
:::

Expand Down
3 changes: 0 additions & 3 deletions Manual/Tactics/Reference.lean
Original file line number Diff line number Diff line change
Expand Up @@ -319,9 +319,6 @@ tag := "tactic-ref-rw"
Implemented by {name}`Lean.Elab.Tactic.evalUnfold`.
:::

:::tactic "replace"
:::

:::tactic "delta"
:::

Expand Down
Loading