simplify
This commit is contained in:
parent
5d9c7a1164
commit
cdf5977053
3 changed files with 19 additions and 22 deletions
|
@ -125,7 +125,7 @@ makeMatcher groupmap configmap groupwantedmap u = go True True
|
|||
unknownMatcher :: UUID -> FileMatcher Annex
|
||||
unknownMatcher u = generate [present]
|
||||
where
|
||||
present = Operation $ matchPresent (Just u)
|
||||
present = Operation $ limitPresent (Just u)
|
||||
|
||||
{- Checks if an expression can be parsed, if not returns Just error -}
|
||||
checkPreferredContentExpression :: PreferredContentExpression -> Maybe String
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue