lean4-htt/tests/lean/user_attribute.lean.expected.out

18 lines
589 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.

eq.refl
attribute [foo, refl]
constructor eq.refl : ∀ {α : Type u} (a : α), a = a
[eq.refl]
---
eq.refl
attribute [foo, foo.baz, refl]
constructor eq.refl : ∀ {α : Type u} (a : α), a = a
[eq.refl]
user_attribute.lean:24:0: error: an attribute named [reducible] has already been registered
state:
⊢ true
user_attribute.lean:29:0: error: invalid attribute.register argument, must be name of a definition of type user_attribute
state:
⊢ true
user_attribute.lean:35:2: error: invalid attribute.register argument, must be name of a definition of type user_attribute
state:
⊢ true