Skip to content

Commit b49256a

Browse files
committed
cleanup
1 parent af9137b commit b49256a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Init/GetElem.lean

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,6 @@ instance [GetElem? cont Nat elem dom] [h : LawfulGetElem cont Nat elem dom] :
285285
macro_rules
286286
| `(tactic| get_elem_tactic_extensible) => `(tactic| (with_reducible apply Fin.val_lt_of_le); get_elem_tactic_extensible; done)
287287

288-
macro_rules
289-
| `(tactic| get_elem_tactic_trivial) => `(tactic| (with_reducible apply Fin.val_lt_of_le); get_elem_tactic_trivial; done)
290-
291288
end Fin
292289

293290
namespace List

src/Init/Tactics.lean

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1897,9 +1897,6 @@ syntax "get_elem_tactic_trivial" : tactic
18971897
macro_rules | `(tactic| get_elem_tactic_extensible) => `(tactic| omega)
18981898
macro_rules | `(tactic| get_elem_tactic_extensible) => `(tactic| simp +arith; done)
18991899

1900-
macro_rules | `(tactic| get_elem_tactic_trivial) => `(tactic| omega)
1901-
macro_rules | `(tactic| get_elem_tactic_trivial) => `(tactic| simp +arith; done)
1902-
19031900
/--
19041901
`get_elem_tactic` is the tactic automatically called by the notation `arr[i]`
19051902
to prove any side conditions that arise when constructing the term

0 commit comments

Comments
 (0)