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

10 lines
160 B
Plaintext

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