Kind/book/IO.load.kind2

10 lines
160 B
Plaintext
Raw Normal View History

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