Kind/book/IO.load.do.kind2
2024-02-24 20:50:01 -03:00

8 lines
104 B
Plaintext

IO.load.do
: ∀(file: String)
(IO String)
= λfile
(IO.load String file λx
(IO.done String x))