Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
toUnrootedFilePath :: Path Unrooted -> FilePathhackage-security Hackage.Security.Util.Path Convert a relative/unrooted Path to a FilePath (using POSIX style directory separators). See also toAbsoluteFilePath
ImageFilePath :: FilePath -> ImageContentmime-mail Network.Mail.Mime No documentation available.
generateFromFilePath :: GenerationParams -> FilePath -> Q [Dec]dbus DBus.Generation No documentation available.
unsafeFilePath :: Relativity -> [FileName] -> FilePathfoundation Foundation.VFS.FilePath build a file path from a given list of filename this is unsafe and is mainly needed for testing purpose
RCFilePath :: FilePath -> FileOrNumericHostdns Network.DNS.Resolver A path for "resolv.conf" where one or more IP addresses of DNS servers should be found on Unix. Default DNS servers are automatically detected on Windows regardless of the value of the file name.
equalFilePath :: FilePath -> FilePath -> Booleasy-file System.EasyFile Equality of two FilePaths. If you call System.Directory.canonicalizePath first this has a much better chance of working. Note that this doesn't follow symlinks or DOSNAM~1s.
x == y ==> equalFilePath x y normalise x == normalise y ==> equalFilePath x y Posix: equalFilePath "foo" "foo/" Posix: not (equalFilePath "foo" "/foo") Posix: not (equalFilePath "foo" "FOO") Windows: equalFilePath "foo" "FOO"
sfFilePath :: Response -> FilePathhappstack-server Happstack.Server.Internal.Types file handle to send from
sfFilePath :: Response -> FilePathhappstack-server Happstack.Server.Types file handle to send from
journalFilePathFromOpts :: CliOpts -> IO (NonEmpty String)hledger Hledger.Cli.CliOptions Get the (tilde-expanded, absolute) journal file path from 1. options, 2. an environment variable, or 3. the default. Actually, returns one or more file paths. There will be more than one if multiple -f options were provided. File paths can have a READER: prefix naming a reader/data format.
journalFilePathFromOptsNoDefault :: CliOpts -> IO (Maybe (NonEmpty String))hledger Hledger.Cli.CliOptions Like journalFilePathFromOpts, but does not use defaultJournalPath