lean4-htt/tests/lean/elseifDoErrorPos.lean.expected.out

16 lines
314 B
Text

elseifDoErrorPos.lean:4:7-7:14: error: application type mismatch
@ite ?m x
argument
x
has type
Nat : Type
but is expected to have type
Prop : Type
elseifDoErrorPos.lean:7:11-7:14: error: application type mismatch
pure "a"
argument
"a"
has type
String : Type
but is expected to have type
Nat : Type