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.

  1. data PingPongOptions

    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.

  2. PingPongOptions :: Int -> Int -> IO () -> PingPongOptions

    websockets Network.WebSockets.Connection.PingPong

    No documentation available.

  3. data PongTimeout

    websockets Network.WebSockets.Connection.PingPong

    Exception type used to kill connections if there is a pong timeout.

  4. PongTimeout :: PongTimeout

    websockets Network.WebSockets.Connection.PingPong

    No documentation available.

  5. 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.

  6. module Codec.Picture

    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

  7. type Palette = Image PixelRGB8

    JuicyPixels Codec.Picture

    Type for the palette used in Gif & PNG files.

  8. data PaletteCreationMethod

    JuicyPixels Codec.Picture

    Define which palette creation method is used.

  9. data PaletteOptions

    JuicyPixels Codec.Picture

    To specify how the palette will be created.

  10. PaletteOptions :: PaletteCreationMethod -> Bool -> Int -> PaletteOptions

    JuicyPixels Codec.Picture

    No documentation available.

Page 211 of many | Previous | Next