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

7 lines
156 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)