chore: fix test
This commit is contained in:
parent
abd6914ac2
commit
aafa09ddcd
1 changed files with 0 additions and 5 deletions
|
|
@ -136,11 +136,6 @@ by {
|
|||
|
||||
macro «try» t:tactic : tactic => `($t <|> skip)
|
||||
|
||||
syntax "repeat" tactic : tactic
|
||||
macro_rules
|
||||
| `(tactic| repeat $t) => `(tactic| try ($t; repeat $t))
|
||||
|
||||
|
||||
theorem simple12 (x y z : Nat) : y = z → x = x → x = y → x = z :=
|
||||
by {
|
||||
intro h1; intro h2; intro h3;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue