| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
TahoeLAFS.Storage.Backend.Filesystem
Documentation
newtype FilesystemBackend Source #
Constructors
| FilesystemBackend FilePath |
Instances
partitionM :: Monad m => (a -> m Bool) -> [a] -> m ([a], [a]) Source #
pathOfShare :: FilePath -> StorageIndex -> ShareNumber -> FilePath Source #
incomingPathOf :: FilePath -> StorageIndex -> ShareNumber -> FilePath Source #