lean2/tests/lean/local_notation_bug2.lean

8 lines
144 B
Text
Raw Normal View History

open nat
section
parameters (b : )
definition add_b (n : ) := n + b
local postfix `%`:max := add_b
end
eval 5% -- Error, unexpected token