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