Returns a Parser that consumes one hexadecimal digit character (0–9, a–f, A–F).
0
9
a
f
A
F
a Parser that succeeds with the matched hex digit character.