hydra-0.8.0: Type-aware transformations for data and programs
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hydra.Flows

Description

Functions and type class implementations for working with Hydra's built-in Flow monad

Documentation

fromEither :: Show e => Either e a -> Flow c a Source #

fromFlowIo :: s -> Flow s a -> IO a Source #