Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
module Hydra.Common
module Hydra.Core
module Hydra.Compute
emptyTrace :: Trace Source #
flowSucceeds :: s -> Flow s a -> Bool Source #
fromFlowIo :: s -> Flow s a -> IO a Source #
traceSummary :: Trace -> String Source #
withWarning :: String -> a -> Flow s a Source #