lean4-htt/old_tests/tests/lean/notation5.lean
2018-04-10 12:56:55 -07:00

11 lines
105 B
Text

--
notation `((` := 1
precedence `(` : 30
notation `))` := 1
notation `,,` := 1
precedence `,` : 10