Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. newtype PixelRgb16_565

    cairo-image Data.CairoImage.Internal

    No documentation available.

  2. pattern PixelRgb16_565 :: Word8 -> Word8 -> Word8 -> PixelRgb16_565

    cairo-image Data.CairoImage.Internal

    No documentation available.

  3. PixelRgb16_565Word16 :: Word16 -> PixelRgb16_565

    cairo-image Data.CairoImage.Internal

    No documentation available.

  4. newtype PixelRgb24

    cairo-image Data.CairoImage.Internal

    No documentation available.

  5. pattern PixelRgb24 :: Word8 -> Word8 -> Word8 -> PixelRgb24

    cairo-image Data.CairoImage.Internal

    No documentation available.

  6. PixelRgb24Word32 :: Word32 -> PixelRgb24

    cairo-image Data.CairoImage.Internal

    No documentation available.

  7. newtype PixelRgb30

    cairo-image Data.CairoImage.Internal

    No documentation available.

  8. pattern PixelRgb30 :: Word16 -> Word16 -> Word16 -> PixelRgb30

    cairo-image Data.CairoImage.Internal

    No documentation available.

  9. PixelRgb30Word32 :: Word32 -> PixelRgb30

    cairo-image Data.CairoImage.Internal

    No documentation available.

  10. module Data.Char.Patterns

    This module provides pattern synonyms for Char in Basic Latin block (range 'x00-x7f'). The pattern names are inspired by Unicode (letter and digits) and PostScript names (symbols), e.g. / is SLASH, not SOLIDUS. This module is designed to be imported qualified

    import Data.Char.Patterns as C
    
    hello = [C.LOWER_H, C.LOWER_E, C.LOWER_L, C.LOWER_L, C.LOWER_O]
    
    but can also be used unqualified as well.

Page 674 of many | Previous | Next