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
|
isJust $ matchRegex regex val
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
nonEmptyList :: S.Set a -> Maybe [a]
|
|
||||||
nonEmptyList s
|
|
||||||
| S.null s = Nothing
|
|
||||||
| otherwise = Just $ S.toList s
|
|
||||||
|
|
||||||
toViewPath :: MetaValue -> FilePath
|
toViewPath :: MetaValue -> FilePath
|
||||||
toViewPath = concatMap escapeslash . fromMetaValue
|
toViewPath = concatMap escapeslash . fromMetaValue
|
||||||
where
|
where
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue