Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. module Streamly.Internal.Unicode.Parser

    To parse a text input, use the decode routines from Streamly.Unicode.Stream module to convert an input byte stream to a Unicode Char stream and then use these parsers on the Char stream.

  2. module Streamly.Unicode.Parser

    To parse a text input, use the decode routines from Streamly.Unicode.Stream module to convert an input byte stream to a Unicode Char stream and then use these parsers on the Char stream.

  3. module Text.StringRandom.Parser

    Parse the regular expression so that it can be used with the Text.StringRandom module. See String_random.js

  4. PBackward :: Int -> Parsed

    string-random Text.StringRandom.Parser

    1, 2, ..., 9

  5. PClass :: [Char] -> Parsed

    string-random Text.StringRandom.Parser

    • abc , d, [^abc]

  6. PConcat :: [Parsed] -> Parsed

    string-random Text.StringRandom.Parser

    XYZ

  7. PGrouped :: Int -> Parsed -> Parsed

    string-random Text.StringRandom.Parser

    (X)

  8. PIgnored :: Parsed

    string-random Text.StringRandom.Parser

    ^, $, b

  9. PRange :: Int -> Maybe Int -> Parsed -> Parsed

    string-random Text.StringRandom.Parser

    X*, X{1,2}, X+, X?

  10. PSelect :: [Parsed] -> Parsed

    string-random Text.StringRandom.Parser

    X|Y|Z

Page 1059 of many | Previous | Next