lean2/tests/lean/local_notation_bug2.lean
Leonardo de Moura bf8a7eb9b4 fix(library/scoped_ext): bug in local metadata in sections
The problem is described in issue #554
2015-04-21 18:56:28 -07:00

7 lines
144 B
Text
Raw 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