4 lines
253 B
Text
4 lines
253 B
Text
omit.lean:5:7: error: invalid omit command, 'A' has not been included
|
|
omit.lean:7:10: error: invalid include command, 'A' has already been included
|
|
foo : Π (A : Type), A → A → (Π (B : Type), B → B)
|
|
tst : Π (A : Type), A → A → Type → Type
|