21 lines
552 B
Text
21 lines
552 B
Text
protected.lean:10:7: error: unknown identifier 'x'
|
|
sorryAx ?m : ?m
|
|
Foo.x : Nat
|
|
Foo.y : Nat
|
|
protected.lean:22:7: error: unknown identifier 'y'
|
|
sorryAx ?m : ?m
|
|
z : Nat
|
|
protected.lean:25:14: error: protected declarations must be in a namespace
|
|
protected.lean:28:14: error: unknown identifier 'f'
|
|
8
|
|
protected.lean:38:14: error: unknown identifier 'g'
|
|
protected.lean:47:6: error: unknown identifier 'g'
|
|
protected.lean:47:0: error: application type mismatch
|
|
Lean.runEval (sorryAx ?m)
|
|
argument
|
|
sorryAx ?m
|
|
has type
|
|
?m
|
|
but is expected to have type
|
|
?m
|
|
8
|