Home
last modified time | relevance | path

Searched defs:filePathToString (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.hs208 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