6 lines
270 B
Text
6 lines
270 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
|
||
attribute [reducible]
|
||
definition bitvec : ℕ → Type :=
|
||
λ (n : ℕ), tuple bool n
|