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

Safe HaskellNone
LanguageHaskell2010

Darcs.Patch.Prim.V3.Core

Documentation

data Hunk wX wY where Source

Constructors

Hunk :: !Int -> ByteString -> ByteString -> Hunk wX wY 

Instances

Show2 Hunk 
MyEq Hunk 
Show1 (Hunk wX) 
Show (Hunk wX wY) 

newtype UUID Source

Constructors

UUID ByteString 

Instances

touches :: Prim wX wY -> [UUID] Source