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.
headM :: Monad m => Vector a -> m arebase Rebase.Data.Vector No documentation available.
headM :: (Vector v a, Monad m) => v a -> m arebase Rebase.Data.Vector.Generic No documentation available.
headM :: (Prim a, Monad m) => Vector a -> m arebase Rebase.Data.Vector.Primitive No documentation available.
headM :: (Storable a, Monad m) => Vector a -> m arebase Rebase.Data.Vector.Storable No documentation available.
headM :: (Unbox a, Monad m) => Vector a -> m arebase Rebase.Data.Vector.Unboxed No documentation available.
-
servant-foreign Servant.Foreign No documentation available.
-
servant-foreign Servant.Foreign.Internal No documentation available.
-
servant-foreign Servant.Foreign.Internal No documentation available.
head_ :: Monad m => ByteStream m r -> m Word8streaming-bytestring Streaming.ByteString O(1) Extract the first element of a ByteStream, which must be non-empty.
head_ :: Monad m => ByteStream m r -> m Charstreaming-bytestring Streaming.ByteString.Char8 O(1) Extract the first element of a ByteStream, which must be non-empty.