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.
runUnixClient :: ClientSettingsUnix -> (AppDataUnix -> IO a) -> IO aconduit-extra Data.Conduit.Network.Unix Run an Application by connecting to the specified server.
runUnixServer :: ServerSettingsUnix -> (AppDataUnix -> IO ()) -> IO aconduit-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.
cfix :: Comonad w => (w a -> a) -> w acomonad Control.Comonad Comonadic fixed point à la Dominic Orchard
kfix :: ComonadApply w => w (w a -> a) -> w acomonad Control.Comonad Comonadic fixed point à la Kenneth Foner: This is the evaluate function from his "Getting a Quick Fix on Comonads" talk.
wfix :: Comonad w => w (w a -> a) -> acomonad Control.Comonad Comonadic fixed point à la David Menendez
fixedStrategy :: CompressionStrategyzlib Codec.Compression.GZip fixedStrategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder for special applications.
fixedStrategy :: CompressionStrategyzlib Codec.Compression.Zlib fixedStrategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder for special applications.
fixedStrategy :: CompressionStrategyzlib Codec.Compression.Zlib.Internal fixedStrategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder for special applications.
fixedStrategy :: CompressionStrategyzlib Codec.Compression.Zlib.Raw fixedStrategy prevents the use of dynamic Huffman codes, allowing for a simpler decoder for special applications.
KeySizeFixed :: Int -> KeySizeSpecifiercrypton Crypto.Cipher.Types a specific size