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.
chartFilepath :: PerfChartOptions -> FilePathperf Perf.Chart No documentation available.
dumpFilepath :: PerfDumpOptions -> FilePathperf Perf.Report No documentation available.
replaceDefaultFilePath :: FilePath -> ReportOptions -> ReportOptionsperf 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.
getSnapletFilePath :: (Monad (m b v), MonadSnaplet m) => m b v FilePathsnap Snap.Snaplet Gets the snaplet's path on the filesystem.
headerFilePath :: Header -> FilePathtar-conduit Data.Conduit.Tar Construct a FilePath from headerFileNamePrefix and headerFileNameSuffix.
-
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.
decodeFilePath :: ByteString -> FilePathtar-conduit Data.Conduit.Tar.Types Convert UTF-8 encoded ByteString back into the FilePath.
encodeFilePath :: FilePath -> ByteStringtar-conduit Data.Conduit.Tar.Types Convert FilePath into a UTF-8 encoded ByteString
currentFilePath :: CurrentFile -> AbsolutePathAgda Agda.Interaction.Base The file currently loaded into interaction.
rangeFilePath :: RangeFile -> !AbsolutePathAgda Agda.Syntax.Position The file's path.