| Safe Haskell | Safe-Infered |
|---|
Darcs.Patch.Inspect
Documentation
class PatchInspect p whereSource
Methods
listTouchedFiles :: p x y -> [FilePath]Source
hunkMatches :: (ByteString -> Bool) -> p x y -> BoolSource
Instances
| PatchInspect Prim | |
| PatchInspect Prim | |
| PatchInspect DummyPatch | |
| PatchInspect p => PatchInspect (RL p) | |
| PatchInspect p => PatchInspect (FL p) | |
| PrimPatch prim => PatchInspect (Patch prim) | |
| PatchInspect p => PatchInspect (Named p) | |
| PatchInspect p => PatchInspect (PatchInfoAnd p) | |
| PatchInspect p => PatchInspect (PatchChoice p) | |
| PatchInspect p => PatchInspect (TaggedPatch p) | |
| PatchInspect prim => PatchInspect (RealPatch prim) |