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. peekFilePath :: CString -> IO FilePath

    ghc-internal GHC.Internal.System.Posix.Internals

    No documentation available.

  2. peekFilePathLen :: CStringLen -> IO FilePath

    ghc-internal GHC.Internal.System.Posix.Internals

    No documentation available.

  3. withFilePath :: FilePath -> (CString -> IO a) -> IO a

    ghc-internal GHC.Internal.System.Posix.Internals

    No documentation available.

  4. journalFilePath :: Journal -> FilePath

    hledger-lib Hledger.Data.Journal

    No documentation available.

  5. journalFilePaths :: Journal -> [FilePath]

    hledger-lib Hledger.Data.Journal

    No documentation available.

  6. type PrefixedFilePath = FilePath

    hledger-lib Hledger.Read

    A file path optionally prefixed by a reader name and colon (journal:, csv:, timedot:, etc.).

  7. equalFilePath :: FilePath -> FilePath -> Bool

    shake Development.Shake.FilePath

    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. Similar to normalise, this does not expand "..", because of symlinks.

    x == y ==> equalFilePath x y
    normalise x == normalise y ==> equalFilePath x y
    equalFilePath "foo" "foo/"
    not (equalFilePath "/a/../c" "/c")
    not (equalFilePath "foo" "/foo")
    Posix:   not (equalFilePath "foo" "FOO")
    Windows: equalFilePath "foo" "FOO"
    Windows: not (equalFilePath "C:" "C:/")
    

  8. fileInfoFilePath :: FileInfo -> FilePath

    brick Brick.Widgets.FileBrowser

    The full path to this entry's file.

  9. fileInfoFilePathL :: Lens' FileInfo FilePath

    brick Brick.Widgets.FileBrowser

    No documentation available.

  10. splitFilePath :: ShortText -> [ShortText]

    ghc-lib-parser GHC.Data.ShortText

    O(n) Split a ShortText representing a file path into its components by separating on the file separator characters for this platform.

Page 19 of many | Previous | Next