Hoogle Search

Within LTS Haskell 24.12 (ghc-9.10.3)

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

  1. runFailLast :: IsString e => Fail e a -> Either e a

    FailT Control.Monad.Trans.Fail

    This is a variant of runFailAgg where only the error reported for the very last failed computation will be produced and others discarded. This is useful when it is not relevant to retain information about all the attempts and only the last one matters, eg. parsing with backtracking.

  2. runFailLastT :: (IsString e, Functor m) => FailT e m a -> m (Either e a)

    FailT Control.Monad.Trans.Fail

    Similar to runFailLast, except underlying monad is not restricted to Identity.

  3. runFailLast :: Fail a -> Either String a

    FailT Control.Monad.Trans.Fail.String

    Version of runFailLast restricted to String

  4. runFailLastT :: Functor m => FailT m a -> m (Either String a)

    FailT Control.Monad.Trans.Fail.String

    Version of runFailLastT restricted to String

  5. runFailLast :: Fail a -> Either Text a

    FailT Control.Monad.Trans.Fail.Text

    Version of runFailLast restricted to Text

  6. runFailLastT :: Functor m => FailT m a -> m (Either Text a)

    FailT Control.Monad.Trans.Fail.Text

    Version of runFailLastT restricted to Text

  7. endlastfoot :: LaTeXC l => l

    HaTeX Text.LaTeX.Packages.LTableX

    End the last foot. Similar to endfisthead. The elements after endfoot and before this command will be displayed at the bottom of the table but only in the last page where the table appears.

  8. endlastfoot :: LaTeXC l => l

    HaTeX Text.LaTeX.Packages.LongTable

    End the last foot. Similar to endfisthead. The elements after endfoot and before this command will be displayed at the bottom of the table but only in the last page where the table appears.

  9. module Content.ItemKindBlast

    Blast definitions.

  10. blastBonusStatOf :: GroupName ItemKind -> GroupName ItemKind

    LambdaHack Content.ItemKindBlast

    No documentation available.

Page 103 of many | Previous | Next