lean4-htt/tests/lean/run/1813.lean
Leonardo de Moura ca0fb21df4 fix: fixes #1813
Remark: modifies the value for the `mid` priority.
See new note at `Init/Notation.lean`
2022-11-10 16:09:21 -08:00

4 lines
154 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

example [Add α] [Neg α] [Mul α] [∀ n, OfNat α n] {a b : α} :=
calc
4 + 5 * b = -6 + 5 * (b + 2) := sorry
_ = -6 + 5 * 3 := sorry