Hoogle Search

Within LTS Haskell 24.57 (ghc-9.10.3)

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

  1. runUnixClient :: ClientSettingsUnix -> (AppDataUnix -> IO a) -> IO a

    conduit-extra Data.Conduit.Network.Unix

    Run an Application by connecting to the specified server.

  2. runUnixServer :: ServerSettingsUnix -> (AppDataUnix -> IO ()) -> IO a

    conduit-extra Data.Conduit.Network.Unix

    Run an Application with the given settings. This function will create a new listening socket, accept connections on it, and spawn a new thread for each connection.

  3. cfix :: Comonad w => (w a -> a) -> w a

    comonad Control.Comonad

    Comonadic fixed point à la Dominic Orchard

  4. kfix :: ComonadApply w => w (w a -> a) -> w a

    comonad Control.Comonad

    Comonadic fixed point à la Kenneth Foner: This is the evaluate function from his "Getting a Quick Fix on Comonads" talk.

  5. wfix :: Comonad w => w (w a -> a) -> a

    comonad Control.Comonad

    Comonadic fixed point à la David Menendez

  6. fixedStrategy :: CompressionStrategy

    zlib Codec.Compression.GZip

    fixedStrategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder for special applications.

  7. fixedStrategy :: CompressionStrategy

    zlib Codec.Compression.Zlib

    fixedStrategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder for special applications.

  8. fixedStrategy :: CompressionStrategy

    zlib Codec.Compression.Zlib.Internal

    fixedStrategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder for special applications.

  9. fixedStrategy :: CompressionStrategy

    zlib Codec.Compression.Zlib.Raw

    fixedStrategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder for special applications.

  10. KeySizeFixed :: Int -> KeySizeSpecifier

    crypton Crypto.Cipher.Types

    a specific size

Page 57 of many | Previous | Next