Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. pattern PixelRgb16_565 :: Word8 -> Word8 -> Word8 -> PixelRgb16_565

    cairo-image Data.CairoImage.Internal

    No documentation available.

  2. PixelRgb16_565Word16 :: Word16 -> PixelRgb16_565

    cairo-image Data.CairoImage.Internal

    No documentation available.

  3. newtype PixelRgb24

    cairo-image Data.CairoImage.Internal

    No documentation available.

  4. pattern PixelRgb24 :: Word8 -> Word8 -> Word8 -> PixelRgb24

    cairo-image Data.CairoImage.Internal

    No documentation available.

  5. PixelRgb24Word32 :: Word32 -> PixelRgb24

    cairo-image Data.CairoImage.Internal

    No documentation available.

  6. newtype PixelRgb30

    cairo-image Data.CairoImage.Internal

    No documentation available.

  7. pattern PixelRgb30 :: Word16 -> Word16 -> Word16 -> PixelRgb30

    cairo-image Data.CairoImage.Internal

    No documentation available.

  8. PixelRgb30Word32 :: Word32 -> PixelRgb30

    cairo-image Data.CairoImage.Internal

    No documentation available.

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

  10. pattern PERCENT :: Char

    character-ps Data.Char.Patterns

    Percent sign, %

Page 672 of many | Previous | Next