Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
websockets Network.WebSockets.Connection.PingPong Options for ping-pong Make sure that the ping interval is less than the pong timeout, for example N/2.
PingPongOptions :: Int -> Int -> IO () -> PingPongOptionswebsockets Network.WebSockets.Connection.PingPong No documentation available.
-
websockets Network.WebSockets.Connection.PingPong Exception type used to kill connections if there is a pong timeout.
-
websockets Network.WebSockets.Connection.PingPong No documentation available.
module Data.Text.Short.
Partial Partial functions vocabulary This module provides common partial functions for operating on ShortText. The use of these functions is discouraged as they tend to be error-prone.
-
Main module for image import/export into various image formats. To use the library without thinking about it, look after decodeImage and readImage. Generally, the read* functions read the images from a file and try to decode it, and the decode* functions try to decode a bytestring. For an easy image writing use the saveBmpImage, saveJpgImage & savePngImage functions
type
Palette = Image PixelRGB8JuicyPixels Codec.Picture Type for the palette used in Gif & PNG files.
-
JuicyPixels Codec.Picture Define which palette creation method is used.
-
JuicyPixels Codec.Picture To specify how the palette will be created.
PaletteOptions :: PaletteCreationMethod -> Bool -> Int -> PaletteOptionsJuicyPixels Codec.Picture No documentation available.