| 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 Source | |
| PatchInspect Prim Source | |
| PatchInspect DummyPatch Source | |
| PatchInspect p => PatchInspect (RL p) Source | |
| PatchInspect p => PatchInspect (FL p) Source | |
| PatchInspect p => PatchInspect (Named p) Source | |
| PatchInspect (RebaseName p) Source | |
| PatchInspect (PrimOf p) => PatchInspect (RebaseFixup p) Source | |
| PatchInspect prim => PatchInspect (RealPatch prim) Source | |
| PatchInspect p => PatchInspect (PatchInfoAnd p) Source | |
| (PrimPatchBase p, PatchInspect p) => PatchInspect (Rebasing p) Source | |
| (PrimPatchBase p, PatchInspect p) => PatchInspect (RebaseChange p) Source | |
| (PrimPatchBase p, PatchInspect p) => PatchInspect (RebaseSelect p) Source | |
| PatchInspect p => PatchInspect (LabelledPatch p) Source |