lean4-htt/tests/lean/pureCoeIssue.lean.expected.out
2021-05-02 21:29:32 -07:00

12 lines
273 B
Text

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