chore: remove old hack that is not needed anymore
This commit is contained in:
parent
3228db29dd
commit
d2888a49d7
1 changed files with 0 additions and 2 deletions
|
|
@ -16,8 +16,6 @@ macro_rules | `(tactic| decreasing_trivial) => `(tactic| assumption)
|
|||
macro_rules | `(tactic| decreasing_trivial) => `(tactic| apply Nat.sub_succ_lt_self; assumption) -- a - (i+1) < a - i if i < a
|
||||
macro_rules | `(tactic| decreasing_trivial) => `(tactic| apply Nat.pred_lt'; assumption) -- i-1 < i if j < i
|
||||
macro_rules | `(tactic| decreasing_trivial) => `(tactic| apply Nat.pred_lt; assumption) -- i-1 < i if i ≠ 0
|
||||
macro_rules | `(tactic| decreasing_trivial) => `(tactic| decide) -- e.g., 0 < 1
|
||||
macro_rules | `(tactic| decreasing_trivial) => `(tactic| apply Nat.lt_succ_self) -- i < i+1
|
||||
|
||||
macro "decreasing_with " ts:tacticSeq : tactic =>
|
||||
`((simp_wf
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue