lean2/tests/lean/run/808.lean
Leonardo de Moura c84e886c7b fix(frontends/lean/notation_cmd): fixes #808
This commit and 2b1d2c fixes #808
2015-08-31 18:05:58 -10:00

9 lines
195 B
Text

notation 1 := eq
postfix `x`:(max+1) := eq
postfix [priority 1] `y`:max := eq
definition foo [instance] [priority 1] : inhabited nat := inhabited.mk nat.zero
definition bar [unfold 1] := @eq