lean4-htt/tests/elab_fail/pureCoeIssue.lean.out.expected
Sebastian Graf 40e8f4c5fb
chore: turn on new do elaborator in Core (#12656)
This PR turns on the new `do` elaborator in Init, Lean, Std, Lake and
the testsuite.

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 12:38:33 +00:00

12 lines
243 B
Text

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