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.
needEnvRead :: Read a => EnvMode -> String -> IO ahspec-need-env Test.Hspec.NeedEnv Parse the environment variable with Read class.
type
PositionRead = FileOffset -> ByteCount -> Buffer -> IO ByteCounthttp-semantics Network.HTTP.Semantics.Client Position read for files.
type
PositionReadMaker = FilePath -> IO (PositionRead, Sentinel)http-semantics Network.HTTP.Semantics.Client Making a position read and its closer.
defaultPositionReadMaker :: PositionReadMakerhttp-semantics Network.HTTP.Semantics.Client Position read based on Handle.
defaultReadN :: Socket -> IORef (Maybe ByteString) -> ReadNhttp-semantics Network.HTTP.Semantics.Client Naive implementation for readN. NOTE: This function is intended to be used by a single thread only. (It is probably quite rare anyway to want concurrent reads from the same network socket.)
type
PositionRead = FileOffset -> ByteCount -> Buffer -> IO ByteCounthttp-semantics Network.HTTP.Semantics.IO Position read for files.
type
PositionReadMaker = FilePath -> IO (PositionRead, Sentinel)http-semantics Network.HTTP.Semantics.IO Making a position read and its closer.
defaultPositionReadMaker :: PositionReadMakerhttp-semantics Network.HTTP.Semantics.IO Position read based on Handle.
defaultReadN :: Socket -> IORef (Maybe ByteString) -> ReadNhttp-semantics Network.HTTP.Semantics.IO Naive implementation for readN. NOTE: This function is intended to be used by a single thread only. (It is probably quite rare anyway to want concurrent reads from the same network socket.)
type
PositionRead = FileOffset -> ByteCount -> Buffer -> IO ByteCounthttp-semantics Network.HTTP.Semantics.Server Position read for files.