darcs-2.18.5: a distributed, interactive, smart revision control system
Safe HaskellNone
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 :: forall (p :: Type -> Type -> Type) cX cY. PatchInfoAnd p cX cY -> ByteString Source #