SciFlow-0.5.0: Scientific workflow management system

Safe HaskellNone
LanguageHaskell2010

Scientific.Workflow.Utils

Documentation

debug :: Monad m => String -> m () Source #

data RemoteOpts Source #

Constructors

RemoteOpts 

Fields

runRemote :: (DBData a, DBData b) => RemoteOpts -> Text -> a -> IO b Source #