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.
confPositionReadMaker :: Config -> PositionReadMakerhttp2 Network.HTTP2.Client No documentation available.
confReadN :: Config -> Int -> IO ByteStringhttp2 Network.HTTP2.Client No documentation available.
cioReadResponse :: ClientIO -> Stream -> IO Responsehttp2 Network.HTTP2.Client.Internal No documentation available.
confPositionReadMaker :: Config -> PositionReadMakerhttp2 Network.HTTP2.Server No documentation available.
confReadN :: Config -> Int -> IO ByteStringhttp2 Network.HTTP2.Server No documentation available.
sioReadRequest :: ServerIO a -> IO (a, Request)http2 Network.HTTP2.Server.Internal No documentation available.
-
ihaskell IHaskellPrelude (In a non-concurrent implementation, this can be a singleton type, whose (unique) value is returned by myThreadId#. The other operations can be omitted.)
atomicReadIntArray# :: MutableByteArray# d -> Int# -> State# d -> (# State# d, Int# #)ihaskell IHaskellPrelude Given an array and an offset in machine words, read an element. The index is assumed to be in bounds. Implies a full memory barrier. Warning: this can fail with an unchecked exception.
atomicReadWordAddr# :: Addr# -> State# d -> (# State# d, Word# #)ihaskell IHaskellPrelude Given an address, read a machine word. Implies a full memory barrier. Warning: this can fail with an unchecked exception.
getThreadAllocationCounter# :: State# RealWorld -> (# State# RealWorld, Int64# #)ihaskell IHaskellPrelude Retrieves the allocation counter for the current thread.