lean4-htt/tests/lean/user_attribute.lean.expected.out
2016-09-20 08:32:37 -07:00

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: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