Appearance
function nothing(): Parser<null>
nothing simply resolves to null. It's used in optional's implementation, but can be easily used in other combinators, e.g. choice.
nothing
null