• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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.

  1. unsafeHeadM :: Monad m => Vector a -> m a

    rebase Rebase.Data.Vector

    No documentation available.

  2. unsafeHead :: Vector v a => v a -> a

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  3. unsafeHeadM :: (Vector v a, Monad m) => v a -> m a

    rebase Rebase.Data.Vector.Generic

    No documentation available.

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

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

  5. unsafeHeadM :: (Prim a, Monad m) => Vector a -> m a

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

  6. unsafeHead :: Storable a => Vector a -> a

    rebase Rebase.Data.Vector.Storable

    No documentation available.

  7. unsafeHeadM :: (Storable a, Monad m) => Vector a -> m a

    rebase Rebase.Data.Vector.Storable

    No documentation available.

  8. unsafeHead :: Unbox a => Vector a -> a

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

  9. unsafeHeadM :: (Unbox a, Monad m) => Vector a -> m a

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

  10. lookAhead :: Scanner (Maybe Word8)

    scanner Scanner

    Return the next byte, if any, without consuming it

Page 222 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete