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

Safe HaskellNone
LanguageHaskell98

Darcs.Patch.FileHunk

Documentation

class IsHunk p where Source

Methods

isHunk :: p x y -> Maybe (FileHunk x y) Source

Instances