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. addFilePathToIOError :: String -> OsPath -> IOException -> IOException

    file-io System.File.OsPath.Internal

    No documentation available.

  2. addFilePathToIOError :: String -> PlatformPath -> IOException -> IOException

    file-io System.File.PlatformPath.Internal

    No documentation available.

  3. createFilePath :: CreateFile -> !Text

    github GitHub.Data.Content

    No documentation available.

  4. deleteFilePath :: DeleteFile -> !Text

    github GitHub.Data.Content

    No documentation available.

  5. updateFilePath :: UpdateFile -> !Text

    github GitHub.Data.Content

    No documentation available.

  6. createdFilePath :: Assert a -> !a

    goldplate Goldplate

    No documentation available.

  7. stderrFilePath :: Assert a -> !a

    goldplate Goldplate

    No documentation available.

  8. stdoutFilePath :: Assert a -> !a

    goldplate Goldplate

    No documentation available.

  9. getResourceFilePath :: Compiler FilePath

    hakyll Hakyll.Core.Compiler

    Get the file path of the resource we are compiling

  10. fromFilePath :: FilePath -> Identifier

    hakyll 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
    ...
    

Page 30 of many | Previous | Next