darcs-2.8.5: a distributed, interactive, smart revision control system

Safe HaskellNone
LanguageHaskell98

Darcs.Patch.Prim.V3.Core

Documentation

data Hunk x y where Source

Constructors

Hunk :: !Int -> ByteString -> ByteString -> Hunk x y 

Instances

newtype UUID Source

Constructors

UUID ByteString 

Instances

touches :: Prim x y -> [UUID] Source