filepather-0.4.1: Functions on System.FilePath
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.FilePath.FilePather.Compose

Documentation

composeToRead :: Bind f => ToFilePathT f a -> ReadFilePathT f b -> a -> f b Source #

(->>-) :: Bind f => ToFilePathT f a -> ReadFilePathT f b -> a -> f b infixr 1 Source #

composeReadTo :: Bind f => ReadFilePathT f b -> ToFilePathT f a -> a -> f b Source #

(-<<-) :: Bind f => ReadFilePathT f b -> ToFilePathT f a -> a -> f b infixr 1 Source #