Home
last modified time | relevance | path

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

/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/VFS/
H A DFilePath.hs28 , filePathToString
207 filePathToString :: FilePath -> String
208 filePathToString (FilePath Absolute []) = fromString [pathSeparatorC] function
209 filePathToString (FilePath Relative []) = fromString "." function
210 filePathToString (FilePath Absolute fns) = cons pathSeparatorC $ filenameIntercalate fns function
211 filePathToString (FilePath Relative fns) = filenameIntercalate fns function
240 filePathToLString = toList . filePathToString
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/foundation-0.0.25/Foundation/
H A DVFS.hs19 , filePathToString
30 , filePathToString