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.
-
rebase Rebase.Data.Vector No documentation available.
last :: (HasCallStack, Monad m) => Stream m a -> m arebase Rebase.Data.Vector.Fusion.Stream.Monadic Last element of the Stream or error if empty
last :: Vector v a => v a -> arebase Rebase.Data.Vector.Generic No documentation available.
last :: Prim a => Vector a -> arebase Rebase.Data.Vector.Primitive No documentation available.
last :: Storable a => Vector a -> arebase Rebase.Data.Vector.Storable No documentation available.
last :: Unbox a => Vector a -> arebase Rebase.Data.Vector.Unboxed No documentation available.
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
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
last :: GenericTextZipper a => a -> Chartext-zipper Data.Text.Zipper.Generic No documentation available.
-
deque Deque.Lazy , occasionally <math>. Get the last element if deque is not empty.