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

3 lines
96 B
Plaintext

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