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. needEnvRead :: Read a => EnvMode -> String -> IO a

    hspec-need-env Test.Hspec.NeedEnv

    Parse the environment variable with Read class.

  2. type PositionRead = FileOffset -> ByteCount -> Buffer -> IO ByteCount

    http-semantics Network.HTTP.Semantics.Client

    Position read for files.

  3. type PositionReadMaker = FilePath -> IO (PositionRead, Sentinel)

    http-semantics Network.HTTP.Semantics.Client

    Making a position read and its closer.

  4. defaultPositionReadMaker :: PositionReadMaker

    http-semantics Network.HTTP.Semantics.Client

    Position read based on Handle.

  5. defaultReadN :: Socket -> IORef (Maybe ByteString) -> ReadN

    http-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.)

  6. type PositionRead = FileOffset -> ByteCount -> Buffer -> IO ByteCount

    http-semantics Network.HTTP.Semantics.IO

    Position read for files.

  7. type PositionReadMaker = FilePath -> IO (PositionRead, Sentinel)

    http-semantics Network.HTTP.Semantics.IO

    Making a position read and its closer.

  8. defaultPositionReadMaker :: PositionReadMaker

    http-semantics Network.HTTP.Semantics.IO

    Position read based on Handle.

  9. defaultReadN :: Socket -> IORef (Maybe ByteString) -> ReadN

    http-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.)

  10. type PositionRead = FileOffset -> ByteCount -> Buffer -> IO ByteCount

    http-semantics Network.HTTP.Semantics.Server

    Position read for files.

Page 774 of many | Previous | Next