lean2/tests/lean/local_notation_bug2.lean

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

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