darcs-2.18.2: a distributed, interactive, smart revision control system
Safe HaskellSafe-Inferred
LanguageHaskell2010

Darcs.UI.Commands.Convert.Util

Documentation

type Marks = IntMap ByteString Source #

addMark :: Marks -> Int -> ByteString -> Marks Source #

getMark :: Marks -> Int -> Maybe ByteString Source #

patchHash :: PatchInfoAnd p cX cY -> ByteString Source #