tahoe-great-black-swamp-0.4.0.1: An implementation of the "Great Black Swamp" LAFS protocol.
Safe HaskellNone
LanguageHaskell2010

TahoeLAFS.Storage.Backend.Filesystem

Synopsis

Documentation

newtype FilesystemBackend Source #

Instances

Instances details
Show FilesystemBackend Source # 
Instance details

Defined in TahoeLAFS.Storage.Backend.Filesystem

Backend FilesystemBackend Source # 
Instance details

Defined in TahoeLAFS.Storage.Backend.Filesystem

partitionM :: Monad m => (a -> m Bool) -> [a] -> m ([a], [a]) Source #

Partition a list based on the result of a monadic predicate.