• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. readTemplateFile :: FilePath -> IO (Either String Template)

    glabrous Text.Glabrous

    Get a Template from a file.

  2. readBinary :: Num a => ReadPrec a

    grisette Grisette.Internal.SymPrim.BV

    Read a binary number.

  3. readPandoc :: Item String -> Compiler (Item Pandoc)

    hakyll Hakyll.Web.Pandoc

    Read a string using pandoc, with the default options

  4. readPandocWith :: ReaderOptions -> Item String -> Compiler (Item Pandoc)

    hakyll Hakyll.Web.Pandoc

    Read a string using pandoc, with the supplied options

  5. readPandocBiblio :: ReaderOptions -> Item CSL -> Item Biblio -> Item String -> Compiler (Item Pandoc)

    hakyll Hakyll.Web.Pandoc.Biblio

    No documentation available.

  6. readPandocBiblios :: ReaderOptions -> Item CSL -> [Item Biblio] -> Item String -> Compiler (Item Pandoc)

    hakyll Hakyll.Web.Pandoc.Biblio

    No documentation available.

  7. readTemplate :: String -> Template

    hakyll Hakyll.Web.Template

    Deprecated: Use templateCompiler instead

  8. readTemplate :: String -> Template

    hakyll Hakyll.Web.Template.Internal

    Deprecated: Use templateCompiler instead

  9. readPosts :: FilePath -> IO (Maybe [FullPost])

    hakyll-convert Hakyll.Convert.Blogger

    Returns only published posts

  10. readPosts :: FilePath -> IO (Maybe [RSSItem])

    hakyll-convert Hakyll.Convert.Wordpress

    Returns only public posts

Page 311 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete