lean2/tests/lean/local_notation_bug2.lean

8 lines
146 B
Text
Raw Permalink 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