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

Safe HaskellNone
LanguageHaskell2010

Darcs.Patch.Matchable

Documentation

class (Apply p, Commute p, Invert p, PatchInspect p) => Matchable p Source #

Instances
Matchable DummyPatch Source # 
Instance details

Defined in Darcs.Patch.Dummy

PrimPatch prim => Matchable (RepoPatchV1 prim) Source # 
Instance details

Defined in Darcs.Patch.V1

(PrimPatchBase p, Apply p, Invert p, PatchInspect p, ApplyState p ~ ApplyState (PrimOf p)) => Matchable (RebaseChange p) Source # 
Instance details

Defined in Darcs.Patch.Rebase.Viewing

PrimPatch prim => Matchable (RepoPatchV2 prim) Source # 
Instance details

Defined in Darcs.Patch.V2