File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -285,9 +285,6 @@ instance [GetElem? cont Nat elem dom] [h : LawfulGetElem cont Nat elem dom] :
285285macro_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-
291288end Fin
292289
293290namespace List
Original file line number Diff line number Diff line change @@ -1897,9 +1897,6 @@ syntax "get_elem_tactic_trivial" : tactic
18971897macro_rules | `(tactic| get_elem_tactic_extensible) => `(tactic| omega)
18981898macro_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]`
19051902to prove any side conditions that arise when constructing the term
You can’t perform that action at this time.
0 commit comments