lean4-htt/tests/lean/run/doTrailingAtEOI.lean
2020-10-25 09:16:38 -07:00

6 lines
56 B
Text

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