Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. last :: Vector a -> a

    rebase Rebase.Data.Vector

    No documentation available.

  2. last :: (HasCallStack, Monad m) => Stream m a -> m a

    rebase Rebase.Data.Vector.Fusion.Stream.Monadic

    Last element of the Stream or error if empty

  3. last :: Vector v a => v a -> a

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  4. last :: Prim a => Vector a -> a

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

  5. last :: Storable a => Vector a -> a

    rebase Rebase.Data.Vector.Storable

    No documentation available.

  6. last :: Unbox a => Vector a -> a

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

  7. last :: Monad m => ByteStream m r -> m (Of (Maybe Word8) r)

    streaming-bytestring Streaming.ByteString

    Extract the last element of a ByteStream, if possible. Suitable for use with mapped:

    S.mapped Q.last :: Streaming (ByteStream m) m r -> Stream (Of (Maybe Word8)) m r
    

  8. last :: Monad m => ByteStream m r -> m (Of (Maybe Char) r)

    streaming-bytestring Streaming.ByteString.Char8

    Extract the last element of a ByteStream, if possible. Suitable for use with mapped:

    S.mapped Q.last :: Streaming (ByteStream m) m r -> Stream (Of (Maybe Char)) m r
    

  9. last :: GenericTextZipper a => a -> Char

    text-zipper Data.Text.Zipper.Generic

    No documentation available.

  10. last :: Deque a -> Maybe a

    deque Deque.Lazy

    , occasionally <math>. Get the last element if deque is not empty.

Page 13 of many | Previous | Next