lean4-htt/tests/lean/pureCoeIssue.lean.expected.out
2021-01-15 16:27:59 +01:00

12 lines
265 B
Text

pureCoeIssue.lean:6:2-6:4: error: type mismatch
f1
has type
Nat → IO Unit
but is expected to have type
EIO IO.Error PUnit
pureCoeIssue.lean:14:2-14:7: error: type mismatch
f2 10
has type
Nat → IO Unit
but is expected to have type
EIO IO.Error PUnit