Safe Haskell | None |
---|
Documentation
class PatchInspect p whereSource
listTouchedFiles :: p x y -> [FilePath]Source
hunkMatches :: (ByteString -> Bool) -> p x y -> BoolSource
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) |