Kind/book/IO.load.do.kind2

4 lines
97 B
Plaintext

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