I need to write a function option x p which tries to apply parser p. If p fails, it returns the value x, otherwise the value returned by p. which tri
I need to write a function option x p which tries to apply parser p. If p fails, it returns the value x, otherwise the value returned by p. which tri