Parser that matches any character.
Parser that matches any character.
Binary digit, 0 or 1
Binary digit, 0 or 1
Parser that matches and returns only c
.
Parser that matches and returns only c
.
Decimal digit, 0-9.
Decimal digit, 0-9.
Decimal digit, 0-9.
Decimal digit, 0-9.
Parser that returns a Char
if it satisfies predicate p
.
Parser that returns a Char
if it satisfies predicate p
.
Hex digit, 0-9, A-F, a-f
Hex digit, 0-9, A-F, a-f
Whitespace that is not a line break
Whitespace that is not a line break
Character is not in the given String
Character is not in the given String
Parser that matches any character other than c
.
Parser that matches any character other than c
.
Octal digit, 0-7
Octal digit, 0-7
Character is in the given String
Character is in the given String
elem
+ map
in a single operation.
elem
+ map
in a single operation.
Equivalent to elem(p)
but without optional label arg.
Equivalent to elem(p)
but without optional label arg.
Parser that skips a Char
if it satisfies predicate p
.
Parser that skips a Char
if it satisfies predicate p
.
Horizontal or vertical whitespace character
Horizontal or vertical whitespace character