Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
unsafeHeadM :: Monad m => Vector a -> m arebase Rebase.Data.Vector No documentation available.
unsafeHead :: Vector v a => v a -> arebase Rebase.Data.Vector.Generic No documentation available.
unsafeHeadM :: (Vector v a, Monad m) => v a -> m arebase Rebase.Data.Vector.Generic No documentation available.
unsafeHead :: Prim a => Vector a -> arebase Rebase.Data.Vector.Primitive No documentation available.
unsafeHeadM :: (Prim a, Monad m) => Vector a -> m arebase Rebase.Data.Vector.Primitive No documentation available.
unsafeHead :: Storable a => Vector a -> arebase Rebase.Data.Vector.Storable No documentation available.
unsafeHeadM :: (Storable a, Monad m) => Vector a -> m arebase Rebase.Data.Vector.Storable No documentation available.
unsafeHead :: Unbox a => Vector a -> arebase Rebase.Data.Vector.Unboxed No documentation available.
unsafeHeadM :: (Unbox a, Monad m) => Vector a -> m arebase Rebase.Data.Vector.Unboxed No documentation available.
lookAhead :: Scanner (Maybe Word8)scanner Scanner Return the next byte, if any, without consuming it