4 lines
226 B
Text
4 lines
226 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, A → A → (Π B, B → B)
|
|
tst : Π A, A → A → Type → Type
|