Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. _ForallVisT :: Prism' Type ([TyVarBndrUnit], Type)

    lens Language.Haskell.TH.Lens

    No documentation available.

  2. _RationalL :: Prism' Lit Rational

    lens Language.Haskell.TH.Lens

    No documentation available.

  3. _StdCall :: Prism' Callconv ()

    lens Language.Haskell.TH.Lens

    No documentation available.

  4. AI_ALL :: AddrInfoFlag

    network Network.Socket

    If AI_ALL is specified, return all matching IPv6 and IPv4 addresses. Otherwise, this flag has no effect. (Only some platforms support this.)

  5. pattern MSG_WAITALL :: MsgFlag

    network Network.Socket

    Wait until the requested number of bytes have been read.

  6. sendAllTo :: SocketAddress sa => Socket -> ByteString -> sa -> IO ()

    network Network.Socket.Address

    Send data to the socket. The recipient can be specified explicitly, so the socket need not be in a connected state. Unlike sendTo, this function continues to send data until either all data has been sent or an error occurs. On error, an exception is raised, and there is no way to determine how much data, if any, was successfully sent.

  7. sendAll :: Socket -> ByteString -> IO ()

    network Network.Socket.ByteString

    Send data to the socket. The socket must be connected to a remote socket. Unlike send, this function continues to send data until either all data has been sent or an error occurs. On error, an exception is raised, and there is no way to determine how much data, if any, was successfully sent.

  8. sendAllTo :: Socket -> ByteString -> SockAddr -> IO ()

    network Network.Socket.ByteString

    Send data to the socket. The recipient can be specified explicitly, so the socket need not be in a connected state. Unlike sendTo, this function continues to send data until either all data has been sent or an error occurs. On error, an exception is raised, and there is no way to determine how much data, if any, was successfully sent.

  9. sendAll :: Socket -> ByteString -> IO ()

    network Network.Socket.ByteString.Lazy

    No documentation available.

  10. fileAllocate :: Fd -> FileOffset -> FileOffset -> IO ()

    unix System.Posix.Fcntl

    Performs posix_fallocate(2) operation on file-descriptor. Throws IOError ("unsupported operation") if platform does not provide posix_fallocate(2). (use #if HAVE_POSIX_FALLOCATE CPP guard to detect availability).

Page 215 of many | Previous | Next