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. groupReadMode :: FileMode

    unix System.Posix.Files.PosixString

    Group has read permission.

  2. otherReadMode :: FileMode

    unix System.Posix.Files.PosixString

    Others have read permission.

  3. ownerReadMode :: FileMode

    unix System.Posix.Files.PosixString

    Owner has read permission.

  4. NonBlockingRead :: FdOption

    unix System.Posix.IO

    O_NONBLOCK

  5. fdRead :: Fd -> ByteCount -> IO (String, ByteCount)

    unix System.Posix.IO

    Deprecated: This function is scheduled to be dropped in favor of fdRead, because decoding e.g. UTF-8 streams partially is unsafe.

  6. fdReadBuf :: Fd -> Ptr Word8 -> ByteCount -> IO ByteCount

    unix System.Posix.IO

    Read data from an Fd into memory. This is exactly equivalent to the POSIX read function.

  7. NonBlockingRead :: FdOption

    unix System.Posix.IO.ByteString

    O_NONBLOCK

  8. fdRead :: Fd -> ByteCount -> IO ByteString

    unix System.Posix.IO.ByteString

    Read data from an Fd and return it as a ByteString. Throws an exception if this is an invalid descriptor, or EOF has been reached.

  9. fdReadBuf :: Fd -> Ptr Word8 -> ByteCount -> IO ByteCount

    unix System.Posix.IO.ByteString

    Read data from an Fd into memory. This is exactly equivalent to the POSIX read function.

  10. NonBlockingRead :: FdOption

    unix System.Posix.IO.PosixString

    O_NONBLOCK

Page 456 of many | Previous | Next