15 lines
614 B
Text
15 lines
614 B
Text
attributes.lean:3:0: error: cannot remove attribute [unfold]: no prior declaration on foo
|
|
attributes.lean:7:11: error: cannot remove attribute globally (solution: use 'local attribute')
|
|
definition foo : Type → Type :=
|
|
λ A, A
|
|
attribute [unfold 1]
|
|
definition foo : Type → Type :=
|
|
λ A, A
|
|
definition foo : Type → Type :=
|
|
λ A, A
|
|
attributes.lean:18:0: error: cannot remove attribute [unfold]: no prior declaration on foo
|
|
attribute [unfold]
|
|
definition foo : Type → Type :=
|
|
λ A, A
|
|
attributes.lean:26:0: error: cannot remove attribute [reducible]
|
|
attributes.lean:30:0: error: cannot remove attribute [instance]
|