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. chartFilepath :: PerfChartOptions -> FilePath

    perf Perf.Chart

    No documentation available.

  2. dumpFilepath :: PerfDumpOptions -> FilePath

    perf Perf.Report

    No documentation available.

  3. replaceDefaultFilePath :: FilePath -> ReportOptions -> ReportOptions

    perf Perf.Report

    Replace the Golden file path with the suggested stem, but only if the user did not specify a specific file path at the command line.

  4. getSnapletFilePath :: (Monad (m b v), MonadSnaplet m) => m b v FilePath

    snap Snap.Snaplet

    Gets the snaplet's path on the filesystem.

  5. headerFilePath :: Header -> FilePath

    tar-conduit Data.Conduit.Tar

    Construct a FilePath from headerFileNamePrefix and headerFileNameSuffix.

  6. tarFilePath :: forall (m :: Type -> Type) . (MonadThrow m, MonadResource m) => ConduitM FilePath ByteString m FileOffset

    tar-conduit Data.Conduit.Tar

    Recursively tar all of the files and directories. There will be no conversion between relative and absolute paths, so just like with GNU tar cli tool, it may be necessary to setCurrentDirectory in order to get the paths relative. Using filePathConduit directly, while modifying the filePath, would be another approach to handling the file paths.

  7. decodeFilePath :: ByteString -> FilePath

    tar-conduit Data.Conduit.Tar.Types

    Convert UTF-8 encoded ByteString back into the FilePath.

  8. encodeFilePath :: FilePath -> ByteString

    tar-conduit Data.Conduit.Tar.Types

    Convert FilePath into a UTF-8 encoded ByteString

  9. currentFilePath :: CurrentFile -> AbsolutePath

    Agda Agda.Interaction.Base

    The file currently loaded into interaction.

  10. rangeFilePath :: RangeFile -> !AbsolutePath

    Agda Agda.Syntax.Position

    The file's path.

Page 27 of many | Previous | Next