Safe Haskell | None |
---|---|
Language | Haskell2010 |
Darcs.Patch.Inspect
Documentation
class PatchInspect p where #
Minimal complete definition
Methods
listTouchedFiles :: p wX wY -> [FilePath] #
hunkMatches :: (ByteString -> Bool) -> p wX wY -> Bool #
Instances
PatchInspect Prim # | |
PatchInspect Prim # | |
PatchInspect DummyPatch # | |
PatchInspect p => PatchInspect (RL p) # | |
PatchInspect p => PatchInspect (FL p) # | |
PatchInspect p => PatchInspect (Named p) # | |
PatchInspect (RebaseName p) # | |
PatchInspect (PrimOf p) => PatchInspect (RebaseFixup p) # | |
(PrimPatchBase p, PatchInspect p) => PatchInspect (RebaseItem p) # | |
(PrimPatchBase p, PatchInspect p) => PatchInspect (Suspended p) # | |
PatchInspect prim => PatchInspect (RepoPatchV2 prim) # | |
PatchInspect p => PatchInspect (LabelledPatch p) # | |
(PrimPatchBase p, PatchInspect p) => PatchInspect (RebaseChange p) # | |
(PrimPatchBase p, PatchInspect p) => PatchInspect (RebaseSelect p) # | |
PatchInspect p => PatchInspect (WrappedNamed rt p) # | |
PatchInspect p => PatchInspect (PatchInfoAnd rt p) # | |