Funflow.Compat
Description
Aliases which behave similarly to their funflow 1.x counterparts.
stepIO :: (i -> IO o) -> Flow i o Source #
stepIO' :: (Show i, ContentHashable IO i, ContentHashable IO ident, Store o) => ident -> (i -> IO o) -> Flow i o Source #
docker :: DockerTaskConfig -> Flow DockerTaskInput Item Source #
putInStore :: Flow (Path Abs Dir) Item Source #
getFromStore :: Flow Item (Path Abs Dir) Source #