| |||||||||||||||||||
| |||||||||||||||||||
Synopsis | |||||||||||||||||||
| |||||||||||||||||||
Documentation | |||||||||||||||||||
data PatchMatch | |||||||||||||||||||
| |||||||||||||||||||
data Matcher p | |||||||||||||||||||
| |||||||||||||||||||
type MatchFun p = Sealed2 (PatchInfoAnd p) -> Bool | |||||||||||||||||||
A type for predicates over patches which do not care about contexts | |||||||||||||||||||
patch_match :: String -> PatchMatch | |||||||||||||||||||
match_pattern :: Patchy p => PatchMatch -> Matcher p | |||||||||||||||||||
apply_matcher :: Matcher p -> PatchInfoAnd p -> Bool | |||||||||||||||||||
apply_matcher applies a matcher to a patch. | |||||||||||||||||||
make_matcher :: String -> (Sealed2 (PatchInfoAnd p) -> Bool) -> Matcher p | |||||||||||||||||||
parseMatch :: Patchy p => PatchMatch -> Either String (MatchFun p) | |||||||||||||||||||
match_parser :: Patchy p => CharParser st (MatchFun p) | |||||||||||||||||||
helpOnMatchers :: String | |||||||||||||||||||
The string that is emitted when the user runs darcs help --match. | |||||||||||||||||||
Produced by Haddock version 2.6.0 |