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

Safe HaskellNone
LanguageHaskell98

Darcs.Patch.FileHunk

Documentation

data FileHunk x y

class IsHunk p where

Methods

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

Instances