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.
addFilePathToIOError :: String -> OsPath -> IOException -> IOExceptionfile-io System.File.OsPath.Internal No documentation available.
addFilePathToIOError :: String -> PlatformPath -> IOException -> IOExceptionfile-io System.File.PlatformPath.Internal No documentation available.
createFilePath :: CreateFile -> !Textgithub GitHub.Data.Content No documentation available.
deleteFilePath :: DeleteFile -> !Textgithub GitHub.Data.Content No documentation available.
updateFilePath :: UpdateFile -> !Textgithub GitHub.Data.Content No documentation available.
createdFilePath :: Assert a -> !agoldplate Goldplate No documentation available.
stderrFilePath :: Assert a -> !agoldplate Goldplate No documentation available.
stdoutFilePath :: Assert a -> !agoldplate Goldplate No documentation available.
getResourceFilePath :: Compiler FilePathhakyll Hakyll.Core.Compiler Get the file path of the resource we are compiling
fromFilePath :: FilePath -> Identifierhakyll Hakyll.Core.Identifier Parse an identifier from a file path string. For example,
-- e.g. file on disk: 'posts/hakyll.md' match "posts/*" $ do -- saved with implicit identifier 'posts/hakyll.md' compile pandocCompiler match "about/*" $ do compile $ do compiledPost <- load (fromFilePath "posts/hakyll.md") -- load with explicit identifier ...