i1 : p = letterParser "a" o1 = p o1 : Parser
i2 : p "b"
i3 : p null o3 = a
../Parsing.m2:63:26-63:87: --source code: letterParser = Parser (c -> if alpha#?c then new Parser from (b -> if b === null then c))
The object letterParser is a parser.