Combinators over {:ok, value} | {:error, reason}.
The tagged tuple is the ecosystem's result type, so nothing is wrapped: with
is the bind, and these name the few compositions a transition needs so it
can be a value. kleisli/1 composes a list of arrows into one.
Summary
Functions
Composes arrows left to right into one arrow; the empty list is the identity.
Types
Functions
Composes arrows left to right into one arrow; the empty list is the identity.