fix(tests/lean/run/rewriter12): broken test, now ^[
is a token
This commit is contained in:
parent
631b9b3312
commit
68dc39c106
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ open nat
|
|||
constant f : nat → nat
|
||||
|
||||
example (x y : nat) (H1 : (λ z, z + 0) x = y) : f x = f y :=
|
||||
by rewrite [▸* at H1, ^[add, nat.rec_on, of_num] at H1, H1]
|
||||
by rewrite [▸* at H1, ^ [add, nat.rec_on, of_num] at H1, H1]
|
||||
|
||||
example (x y : nat) (H1 : (λ z, z + 0) x = y) : f x = f y :=
|
||||
by rewrite [▸* at H1, ↑[add, nat.rec_on, of_num] at H1, H1]
|
||||
|
|
Loading…
Reference in a new issue