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.

  1. toUnrootedFilePath :: Path Unrooted -> FilePath

    hackage-security Hackage.Security.Util.Path

    Convert a relative/unrooted Path to a FilePath (using POSIX style directory separators). See also toAbsoluteFilePath

  2. ImageFilePath :: FilePath -> ImageContent

    mime-mail Network.Mail.Mime

    No documentation available.

  3. generateFromFilePath :: GenerationParams -> FilePath -> Q [Dec]

    dbus DBus.Generation

    No documentation available.

  4. unsafeFilePath :: Relativity -> [FileName] -> FilePath

    foundation Foundation.VFS.FilePath

    build a file path from a given list of filename this is unsafe and is mainly needed for testing purpose

  5. RCFilePath :: FilePath -> FileOrNumericHost

    dns 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.

  6. equalFilePath :: FilePath -> FilePath -> Bool

    easy-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"
    

  7. sfFilePath :: Response -> FilePath

    happstack-server Happstack.Server.Internal.Types

    file handle to send from

  8. sfFilePath :: Response -> FilePath

    happstack-server Happstack.Server.Types

    file handle to send from

  9. 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.

  10. journalFilePathFromOptsNoDefault :: CliOpts -> IO (Maybe (NonEmpty String))

    hledger Hledger.Cli.CliOptions

    Like journalFilePathFromOpts, but does not use defaultJournalPath

Page 24 of many | Previous | Next