fix(tests/lean/rewrite_loop): notation
This commit is contained in:
parent
d0171ffe7a
commit
61a029d9df
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ open algebra
|
|||
|
||||
theorem test {A : Type} [s : comm_ring A] (a b c : A) : a + b + c = a + c + b :=
|
||||
begin
|
||||
rewrite ?add.comm
|
||||
rewrite *add.comm
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue