sync-mht-0.3.7.0: Fast incremental file transfer using Merkle-Hash-Trees

Safe HaskellNone
LanguageHaskell2010

Sync.MerkleTree.Client

Documentation

data Diff a Source

Constructors

Diff (Set a) (Set a) 

Instances

Ord a => Monoid (Diff a) 

showText :: Show a => a -> Text Source

class (Protocol m, MonadIO m) => ClientMonad m where Source

Methods

split :: Monoid a => [m a] -> m a Source

logClient :: Protocol m => Text -> m () Source

splitEvery :: Int -> [a] -> [[a]] Source