Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. class YesodBreadcrumbs site

    hledger-web Hledger.Web.Import

    A type-safe, concise method of creating breadcrumbs for pages. For each resource, you declare the title of the page and the parent resource (if present).

  2. alreadyExpired :: MonadHandler m => m ()

    hledger-web Hledger.Web.Import

    Set an Expires header in the past, meaning this content should not be cached.

  3. breadcrumb :: YesodBreadcrumbs site => Route site -> HandlerFor site (Text, Maybe (Route site))

    hledger-web Hledger.Web.Import

    Returns the title and the parent resource, if available. If you return a Nothing, then this is considered a top-level page.

  4. breadcrumbs :: (YesodBreadcrumbs site, Show (Route site), Eq (Route site)) => HandlerFor site (Text, [(Route site, Text)])

    hledger-web Hledger.Web.Import

    Gets the title of the current page and the hierarchy of parent pages, along with their respective titles.

  5. olReadExternal :: OptionList a -> Text -> Maybe a

    hledger-web Hledger.Web.Import

    A function mapping from the form's value (optionExternalValue) to the selected Haskell value (optionInternalValue).

  6. olReadExternalGrouped :: OptionList a -> Text -> Maybe a

    hledger-web Hledger.Web.Import

    A function mapping from the form's value (optionExternalValue) to the selected Haskell value (optionInternalValue).

  7. setReadDerived :: Bool -> RouteOpts -> RouteOpts

    hledger-web Hledger.Web.Import

    No documentation available.

  8. c'GIT_CAP_THREADS :: Num a => a

    hlibgit2 Bindings.Libgit2.Common

    No documentation available.

  9. c'GITERR_THREAD :: Num a => a

    hlibgit2 Bindings.Libgit2.Errors

    No documentation available.

  10. c'git_index_read :: Ptr C'git_index -> IO CInt

    hlibgit2 Bindings.Libgit2.Index

    No documentation available.

Page 767 of many | Previous | Next