Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. package filepath

    Library for manipulating FilePaths in a cross platform way. This package provides functionality for manipulating FilePath values, and is shipped with GHC. It provides two variants for filepaths:

    1. legacy filepaths: type FilePath = String
    2. operating system abstracted filepaths (OsPath): internally unpinned ShortByteString (platform-dependent encoding)
    It is recommended to use OsPath when possible, because it is more correct. For each variant there are three main modules: For more powerful string manipulation of OsPath, you can use the os-string package (OsPath is a type synonym for OsString). An introduction into the new API can be found in this blog post. Code examples for the new API can be found here.

  2. filePath :: FindClause FilePath

    filemanip System.FilePath.Find

    Return the name of the file being visited.

  3. filePath :: FileClass file => file -> ByteString

    gio System.GIO.File.File

    Gets the local pathname for File, if one exists. This call does no blocking i/o.

  4. filePath :: Event -> RawFilePath

    hinotify System.INotify

    No documentation available.

  5. filePath :: Event -> RawFilePath

    hinotify System.INotify

    No documentation available.

  6. filePath :: Event -> RawFilePath

    hinotify System.INotify

    No documentation available.

  7. filePath :: Event -> RawFilePath

    hinotify System.INotify

    No documentation available.

  8. filePath :: FileInfo -> !ByteString

    tar-conduit Data.Conduit.Tar.Types

    File path.

  9. filePath :: AbsolutePath -> FilePath

    Agda Agda.Utils.FileName

    Extract the AbsolutePath to be used as FilePath.

  10. filePath :: File -> FilePath

    fn Web.Fn

    No documentation available.

Page 1 of many | Next