5 lines
262 B
Text
5 lines
262 B
Text
missing_import.lean:1:0: error: file 'does/not/exist' not found in the LEAN_PATH
|
||
missing_import.lean:1:0: error: invalid import: does.not.exist
|
||
could not resolve import: does.not.exist
|
||
def buffer : Type u → Type u :=
|
||
λ (α : Type u), Σ (n : ℕ), array n α
|