Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. newReadBuffer :: Buffer -> BufferSize -> IO ReadBuffer

    network-byte-order Network.ByteOrder

    Creating a read buffer with the given buffer.

  2. withReadBuffer :: ByteString -> (ReadBuffer -> IO a) -> IO a

    network-byte-order Network.ByteOrder

    Converting ByteString to ReadBuffer and run the action with it.

  3. liftReadsPrec :: Vector v a => (Int -> ReadS a) -> ReadS [a] -> Int -> ReadS (v a)

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  4. basicUnsafeRead :: MVector v a => v s a -> Int -> ST s a

    rebase Rebase.Data.Vector.Generic.Mutable

    No documentation available.

  5. unsafeRead :: (PrimMonad m, MVector v a) => v (PrimState m) a -> Int -> m a

    rebase Rebase.Data.Vector.Generic.Mutable

    No documentation available.

  6. unsafeRead :: PrimMonad m => MVector (PrimState m) a -> Int -> m a

    rebase Rebase.Data.Vector.Mutable

    No documentation available.

  7. unsafeRead :: (PrimMonad m, Prim a) => MVector (PrimState m) a -> Int -> m a

    rebase Rebase.Data.Vector.Primitive.Mutable

    No documentation available.

  8. unsafeRead :: (PrimMonad m, Storable a) => MVector (PrimState m) a -> Int -> m a

    rebase Rebase.Data.Vector.Storable.Mutable

    No documentation available.

  9. unsafeRead :: (PrimMonad m, Unbox a) => MVector (PrimState m) a -> Int -> m a

    rebase Rebase.Data.Vector.Unboxed.Mutable

    No documentation available.

  10. ThreadBlocked :: BlockReason -> ThreadStatus

    rebase Rebase.Prelude

    the thread is blocked on some resource

Page 643 of many | Previous | Next