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

18 lines
585 B
Text

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