Home
last modified time | relevance | path

Searched refs:hasContigueSeparators (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/VFS/
H A DFilePath.hs129 | hasContigueSeparators s = throw ContiguousPathSeparator function
182 hasContigueSeparators :: [Char] -> Bool
183 hasContigueSeparators [] = False function
184 hasContigueSeparators [_] = False function
185 hasContigueSeparators (x1:x2:xs) = function
186 (isSeparator x1 && x1 == x2) || hasContigueSeparators xs