Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. lastC :: forall (m :: Type -> Type) a o . Monad m => ConduitT a o m (Maybe a)

    classy-prelude-yesod ClassyPrelude.Yesod

    Retrieve the last value in the stream, if present.

  2. lastCE :: forall (m :: Type -> Type) seq o . (Monad m, IsSequence seq) => ConduitT seq o m (Maybe (Element seq))

    classy-prelude-yesod ClassyPrelude.Yesod

    Retrieve the last element in the chunked stream, if present.

  3. lastDefC :: forall (m :: Type -> Type) a o . Monad m => a -> ConduitT a o m a

    classy-prelude-yesod ClassyPrelude.Yesod

    Same as lastC, but returns a default value if none are available from the stream.

  4. lastEx :: MonoFoldable mono => mono -> Element mono

    classy-prelude-yesod ClassyPrelude.Yesod

    Get the last element of a monomorphic container. Note: this is a partial function. On an empty MonoFoldable, it will throw an exception. See last from Data.NonNull for a total version of this function.

  5. lastMay :: MonoFoldable mono => mono -> Maybe (Element mono)

    classy-prelude-yesod ClassyPrelude.Yesod

    Safe version of lastEx. Returns Nothing instead of throwing an exception when encountering an empty monomorphic container.

  6. lastChild :: Refinement

    clay Clay

    No documentation available.

  7. lastOfType :: Refinement

    clay Clay

    No documentation available.

  8. lastChild :: Refinement

    clay Clay.Pseudo

    No documentation available.

  9. lastOfType :: Refinement

    clay Clay.Pseudo

    No documentation available.

  10. lastNameIsDir :: Name -> Bool

    funcmp FMP.Picture

    No documentation available.

Page 46 of many | Previous | Next