• 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. setCurveSecretKey :: KeyFormat f -> Restricted f ByteString -> Socket z t -> ZMQ z ()

    zeromq4-haskell System.ZMQ4.Monadic

    No documentation available.

  2. setCurveServer :: Bool -> Socket z t -> ZMQ z ()

    zeromq4-haskell System.ZMQ4.Monadic

    No documentation available.

  3. setCurveServerKey :: KeyFormat f -> Restricted f ByteString -> Socket z t -> ZMQ z ()

    zeromq4-haskell System.ZMQ4.Monadic

    No documentation available.

  4. setDelayAttachOnConnect :: Bool -> Socket z t -> ZMQ z ()

    zeromq4-haskell System.ZMQ4.Monadic

    Deprecated: Use setImmediate

  5. setIdentity :: Restricted (N1, N254) ByteString -> Socket z t -> ZMQ z ()

    zeromq4-haskell System.ZMQ4.Monadic

    No documentation available.

  6. setImmediate :: Bool -> Socket z t -> ZMQ z ()

    zeromq4-haskell System.ZMQ4.Monadic

    No documentation available.

  7. setIoThreads :: Word -> ZMQ z ()

    zeromq4-haskell System.ZMQ4.Monadic

    No documentation available.

  8. setIpv4Only :: Bool -> Socket z t -> ZMQ z ()

    zeromq4-haskell System.ZMQ4.Monadic

    Deprecated: Use setIpv6

  9. setIpv6 :: Bool -> Socket z t -> ZMQ z ()

    zeromq4-haskell System.ZMQ4.Monadic

    No documentation available.

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

    zeromq4-haskell System.ZMQ4.Monadic

    No documentation available.

Page 454 of many | Previous | Next

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