Skip to content

Commit 4a7afe6

Browse files
committed
min imports
1 parent 7db6491 commit 4a7afe6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Mathlib/Tactic/Setm.lean

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ Authors: Lua Viana Reis, Kyle Miller, Gareth Ma
55
-/
66
module
77

8-
public meta import Mathlib.Tactic.Set
98
public meta import Mathlib.Tactic.Core
10-
public meta import Lean.Elab.BuiltinTerm
11-
public meta import Batteries.Tactic.Exact
129

1310
/-!
1411
# The `setm` tactic
@@ -41,7 +38,10 @@ partial def replaceWithMVars (stx : Term) : SetMReplaceM Term := do
4138
return ⟨stx⟩
4239

4340
/--
44-
The `setm` tactic ("`set` with matching") matches a pattern containing named holes the type of a
41+
The `setm` tactic ("`set` with matching") matches a pattern containing named holes to the type of
42+
a target the goalor a local declaration, via the `using` syntax below.
43+
44+
4545
local declaration (using the `at h` syntax) or the main goal, and introduces `let` bound variables
4646
representing subexpressions whose location corresponds to the given named hole. These variables are
4747
also substituted into the type of declaration (or main goal).

0 commit comments

Comments
 (0)