Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 364 Bytes

io.md

File metadata and controls

11 lines (8 loc) · 364 Bytes

IO Monad

Represents a synchronous, effectful action. For asynchronous-aware, effectful action, please see the Future monad.

Construction

This type no public constructors, it is abstract. A factory is provided as IO.from.

Usage

Please see here

#$(initial)

This method is used to actually performed the described IO type.