Hydra.Flows
Description
Functions and type class implementations for working with Hydra's built-in Flow monad
fromEither :: Show e => Either e a -> Flow c a Source #
fromFlowIo :: s -> Flow s a -> IO a Source #