Module io

Source
Description

Root IO effect — parent of every concrete I/O sub-effect.

Sub-effects live in sibling modules (Console, FileSystem, Temporal, Env, Net, Http, Tcp, …). Pure computations never mention IO; handler implementations are supplied by the host runtime.

Abstractions

Effects

IO

Root I/O effect; parent of the concrete effect rows below.