• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. setTcpAcceptFilter :: Maybe ByteString -> Socket z t -> ZMQ z ()

    zeromq4-haskell System.ZMQ4.Monadic

    No documentation available.

  2. setTcpKeepAlive :: Switch -> Socket z t -> ZMQ z ()

    zeromq4-haskell System.ZMQ4.Monadic

    No documentation available.

  3. setTcpKeepAliveCount :: Integral i => Restricted (Nneg1, Int32) i -> Socket z t -> ZMQ z ()

    zeromq4-haskell System.ZMQ4.Monadic

    No documentation available.

  4. setTcpKeepAliveIdle :: Integral i => Restricted (Nneg1, Int32) i -> Socket z t -> ZMQ z ()

    zeromq4-haskell System.ZMQ4.Monadic

    No documentation available.

  5. setTcpKeepAliveInterval :: Integral i => Restricted (Nneg1, Int32) i -> Socket z t -> ZMQ z ()

    zeromq4-haskell System.ZMQ4.Monadic

    No documentation available.

  6. setXPubVerbose :: Bool -> Socket z XPub -> ZMQ z ()

    zeromq4-haskell System.ZMQ4.Monadic

    No documentation available.

  7. setZapDomain :: Restricted (N1, N254) ByteString -> Socket z t -> ZMQ z ()

    zeromq4-haskell System.ZMQ4.Monadic

    No documentation available.

  8. setFillAlpha :: Double -> Draw ()

    HPDF Graphics.PDF.Colors

    Set alpha value for transparency

  9. setRGBColorSpace :: Draw ()

    HPDF Graphics.PDF.Colors

    Init the PDF color space to RGB.

  10. setStrokeAlpha :: Double -> Draw ()

    HPDF Graphics.PDF.Colors

    Set alpha value for transparency

Page 457 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete