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.
newReadBuffer :: Buffer -> BufferSize -> IO ReadBuffernetwork-byte-order Network.ByteOrder Creating a read buffer with the given buffer.
withReadBuffer :: ByteString -> (ReadBuffer -> IO a) -> IO anetwork-byte-order Network.ByteOrder Converting ByteString to ReadBuffer and run the action with it.
liftReadsPrec :: Vector v a => (Int -> ReadS a) -> ReadS [a] -> Int -> ReadS (v a)rebase Rebase.Data.Vector.Generic No documentation available.
basicUnsafeRead :: MVector v a => v s a -> Int -> ST s arebase Rebase.Data.Vector.Generic.Mutable No documentation available.
unsafeRead :: (PrimMonad m, MVector v a) => v (PrimState m) a -> Int -> m arebase Rebase.Data.Vector.Generic.Mutable No documentation available.
unsafeRead :: PrimMonad m => MVector (PrimState m) a -> Int -> m arebase Rebase.Data.Vector.Mutable No documentation available.
unsafeRead :: (PrimMonad m, Prim a) => MVector (PrimState m) a -> Int -> m arebase Rebase.Data.Vector.Primitive.Mutable No documentation available.
unsafeRead :: (PrimMonad m, Storable a) => MVector (PrimState m) a -> Int -> m arebase Rebase.Data.Vector.Storable.Mutable No documentation available.
unsafeRead :: (PrimMonad m, Unbox a) => MVector (PrimState m) a -> Int -> m arebase Rebase.Data.Vector.Unboxed.Mutable No documentation available.
ThreadBlocked :: BlockReason -> ThreadStatusrebase Rebase.Prelude the thread is blocked on some resource