lean4-htt/tests/lean/435.lean
Leonardo de Moura 56c7454a8d fix: fixes #435
2021-05-02 18:16:57 -07:00

5 lines
203 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.

variable {α} (op : ααα)
local infixr:60 " ∙ " => op
example (x y : α) : x ∙ y = y ∙ x := sorry
infixr:60 " *** " => op -- Error, only local notation can reference section variables