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.
pattern
PixelRgb16_565 :: Word8 -> Word8 -> Word8 -> PixelRgb16_565cairo-image Data.CairoImage.Internal No documentation available.
PixelRgb16_565Word16 :: Word16 -> PixelRgb16_565cairo-image Data.CairoImage.Internal No documentation available.
-
cairo-image Data.CairoImage.Internal No documentation available.
pattern
PixelRgb24 :: Word8 -> Word8 -> Word8 -> PixelRgb24cairo-image Data.CairoImage.Internal No documentation available.
PixelRgb24Word32 :: Word32 -> PixelRgb24cairo-image Data.CairoImage.Internal No documentation available.
-
cairo-image Data.CairoImage.Internal No documentation available.
pattern
PixelRgb30 :: Word16 -> Word16 -> Word16 -> PixelRgb30cairo-image Data.CairoImage.Internal No documentation available.
PixelRgb30Word32 :: Word32 -> PixelRgb30cairo-image Data.CairoImage.Internal No documentation available.
-
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. -
character-ps Data.Char.Patterns Percent sign, %