pUnicodeWhitespace

Returns a Parser that consumes one Unicode whitespace character.

Unicode whitespace is defined by the CommonMark spec as any character in Unicode category Zs (space separator), plus tab (\t), line feed (\n), form feed (\u000C), and carriage return (\r).

Return

a Parser that succeeds with the matched whitespace character.

See also