Kind/book/IO.print.kind2
2024-03-01 20:40:31 -03:00

5 lines
152 B
Plaintext

IO.print
: ∀(A: *) ∀(text: String) ∀(then: ∀(x: Unit) (IO A))
(IO A)
= λA λtext λthen
~λP λprint λload λsave λdone (print text then)