Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

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

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

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

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

  5. lastChild :: Refinement

    clay Clay

    No documentation available.

  6. lastOfType :: Refinement

    clay Clay

    No documentation available.

  7. lastChild :: Refinement

    clay Clay.Pseudo

    No documentation available.

  8. lastOfType :: Refinement

    clay Clay.Pseudo

    No documentation available.

  9. lastNameIsDir :: Name -> Bool

    funcmp FMP.Picture

    No documentation available.

  10. lastNode :: forall n (x :: Extensibility) . Block n x C -> n O C

    ghc-lib GHC.Cmm.Dataflow

    No documentation available.

Page 46 of many | Previous | Next