The outcome of a parse that reports failure instead of throwing it.
A text field is parsed on every keystroke, and most of those keystrokes are
halfway through a valid symbol, so failure is the normal case rather than an
exceptional one. The error travels in the result — not as null — because an
input field has to say what is wrong with what was typed.
The outcome of a parse that reports failure instead of throwing it.
A text field is parsed on every keystroke, and most of those keystrokes are halfway through a valid symbol, so failure is the normal case rather than an exceptional one. The error travels in the result — not as
null— because an input field has to say what is wrong with what was typed.