Home
last modified time | relevance | path

Searched refs:pathSeparatorC (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.hs65 pathSeparatorC :: Char
68 pathSeparatorC = pathSeparatorWINC function
71 pathSeparatorC = pathSeparatorPOSIXC function
177 hasSeparator = Data.List.elem pathSeparatorC
180 isSeparator = (==) pathSeparatorC
208 filePathToString (FilePath Absolute []) = fromString [pathSeparatorC]
210 filePathToString (FilePath Absolute fns) = cons pathSeparatorC $ filenameIntercalate fns