12 lines
265 B
Text
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
|