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.
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.
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.
module Text.StringRandom.
Parser Parse the regular expression so that it can be used with the Text.StringRandom module. See String_random.js
-
string-random Text.StringRandom.Parser 1, 2, ..., 9
-
string-random Text.StringRandom.Parser - abc , d, [^abc]
-
string-random Text.StringRandom.Parser XYZ
PGrouped :: Int -> Parsed -> Parsedstring-random Text.StringRandom.Parser (X)
-
string-random Text.StringRandom.Parser ^, $, b
PRange :: Int -> Maybe Int -> Parsed -> Parsedstring-random Text.StringRandom.Parser X*, X{1,2}, X+, X?
-
string-random Text.StringRandom.Parser X|Y|Z