lean4-htt/tests/lean/elseifDoErrorPos.lean.expected.out
2022-08-13 18:07:30 -07:00

16 lines
315 B
Text

elseifDoErrorPos.lean:4:10-4:11: 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