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