lean4-htt/tests/lean/run/doTrailingAtEOI.lean
2020-09-27 16:58:23 -07:00

6 lines
68 B
Text

new_frontend
def f (x : Nat) : IO Nat := do
IO.println x;
pure x;