This commit is contained in:
Joey Hess 2014-07-26 13:25:06 -04:00
parent cf83697c33
commit 904859d676

View file

@ -56,7 +56,7 @@ data RemoteA a = Remote {
name :: RemoteName, name :: RemoteName,
-- Remotes have a use cost; higher is more expensive -- Remotes have a use cost; higher is more expensive
cost :: Cost, cost :: Cost,
-- Transfers a key to the remote. -- Transfers a key's contents from disk to the remote.
storeKey :: Key -> AssociatedFile -> MeterUpdate -> a Bool, storeKey :: Key -> AssociatedFile -> MeterUpdate -> a Bool,
-- Retrieves a key's contents to a file. -- Retrieves a key's contents to a file.
-- (The MeterUpdate does not need to be used if it retrieves -- (The MeterUpdate does not need to be used if it retrieves