Crate higher_effect

source ·
Expand description

Effect monads for higher.

These are of limited usefulness, being single-threaded out of necessity because of our inability to specify Send bounds, but they serve as a good example of effects with monadic abstractions.

Modules

Structs

An effect monad.
An IO monad.