| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Darcs.Patch.Inspect
Documentation
class PatchInspect p where Source
Methods
listTouchedFiles :: p x y -> [FilePath] Source
hunkMatches :: (ByteString -> Bool) -> p x y -> Bool Source
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 (TaggedPatch p) | |
| PatchInspect prim => PatchInspect (RealPatch prim) |