decruft
This commit is contained in:
parent
fb266e2da6
commit
1fe6cd3c0d
1 changed files with 0 additions and 5 deletions
|
@ -207,11 +207,6 @@ matchGlob regex val =
|
|||
isJust $ matchRegex regex val
|
||||
#endif
|
||||
|
||||
nonEmptyList :: S.Set a -> Maybe [a]
|
||||
nonEmptyList s
|
||||
| S.null s = Nothing
|
||||
| otherwise = Just $ S.toList s
|
||||
|
||||
toViewPath :: MetaValue -> FilePath
|
||||
toViewPath = concatMap escapeslash . fromMetaValue
|
||||
where
|
||||
|
|
Loading…
Reference in a new issue