lean4-htt/tests/lean/pureCoeIssue.lean.expected.out
Leonardo de Moura 8ed3b8c55f fix: tryPureCoe?
2020-11-22 08:24:56 -08:00

16 lines
297 B
Text

pureCoeIssue.lean:6:2: error: application type mismatch
bind f1
argument
f1
has type
Nat → IO Unit
but is expected to have type
IO ?m
pureCoeIssue.lean:14:2: error: application type mismatch
bind (f2 10)
argument
f2 10
has type
Nat → IO Unit
but is expected to have type
IO ?m