6 lines
56 B
Text
6 lines
56 B
Text
|
|
|
|
|
|
def f (x : Nat) : IO Nat := do
|
|
IO.println x;
|
|
pure x;
|