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.
-
character-ps Data.Char.Patterns Full stop, period, .
-
character-ps Data.Char.Patterns Plus sign, +
-
This module provides pattern synonyms for Word16 in Basic Latin block (range 0x00-0x7f). 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.Word16.Patterns as W16 hello = [W16.LOWER_H, W16.LOWER_E, W16.LOWER_L, W16.LOWER_L, W16.LOWER_O]
but can also be used unqualified as well. -
character-ps Data.Word16.Patterns Percent sign, %
-
character-ps Data.Word16.Patterns Full stop, period, .
-
character-ps Data.Word16.Patterns Plus sign, +
-
This module provides pattern synonyms for Word8 in Basic Latin block (range 0x00-0x7f). 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.Word8.Patterns as W8 hello = [W8.LOWER_H, W8.LOWER_E, W8.LOWER_L, W8.LOWER_L, W8.LOWER_O]
but can also be used unqualified as well. -
character-ps Data.Word8.Patterns Percent sign, %
-
character-ps Data.Word8.Patterns Full stop, period, .
-
character-ps Data.Word8.Patterns Plus sign, +