Char digit(var ParseState st)
Arguments
st: The current parsing state
Usage
This function parses any digit character (as defined by Prelude::isDigit, returning it if it is found, and throwing an Exception otherwise.
st: The current parsing stateThis function parses any digit character (as defined by Prelude::isDigit, returning it if it is found, and throwing an Exception otherwise.