lean4-htt/tests/lean/run/808.lean
Sebastian Ullrich 8bbcbb14cf chore(library, tests): use new attribute chaining syntax
sed -E -i 's/(attribute(\s*(\w|\.)+)* \[[^]]+)\] \[/\1, /' {library,tests}/**/*.lean  # repeat as needed
2016-08-16 13:49:03 -07:00

11 lines
214 B
Text

notation 1 := eq
postfix `x`:(max+1) := eq
postfix [priority 1] `y`:max := eq
attribute [instance, priority 1]
definition foo : inhabited nat := inhabited.mk nat.zero
attribute [unfold 1]
definition bar := @eq