lean4-htt/tests/lean/protected.lean.expected.out
Leonardo de Moura a6063a5560 chore: fix tests
2020-10-05 11:28:52 -07:00

21 lines
612 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 fun («_» : Unit) => sorryAx ?m
argument
fun («_» : Unit) => sorryAx ?m
has type
Unit → ?m
but is expected to have type
Unit → ?m
8