NovelIO


IO<'a>

Namespace: NovelFS.NovelIO

A value of type IO<'a> represents an action which, when performed (e.g. by calling the IO.run function), does some I/O which results in a value of type 'a.

Fork me on GitHub