| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Darcs.Patch.Inspect
Documentation
class PatchInspect p where Source
Methods
listTouchedFiles :: p wX wY -> [FilePath] Source
hunkMatches :: (ByteString -> Bool) -> p wX wY -> Bool Source
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) | |
| PrimPatch prim => PatchInspect (Patch prim) | |
| PatchInspect prim => PatchInspect (RealPatch prim) | |
| PatchInspect p => PatchInspect (PatchInfoAnd p) | |
| (PrimPatchBase p, PatchInspect p) => PatchInspect (Rebasing p) | |
| (PrimPatchBase p, PatchInspect p) => PatchInspect (RebaseChange p) | |
| (PrimPatchBase p, PatchInspect p) => PatchInspect (RebaseSelect p) | |
| PatchInspect p => PatchInspect (LabelledPatch p) |