lean2/tests/lean/notation_priority.lean.expected.out
Leonardo de Moura cf574d0127 feat(library): assign priorities to notation declarations in the standard library
Now, even if the user opens the namespaces in the "wrong" order, the
notation + coercions will behave as expected.
2015-06-30 17:38:13 -07:00

4 lines
72 B
Text

nat.add a b : nat
int.add i j : int
nat.add a b : nat
int.add i j : int