pub fn not<A, I: Clone>(parser: impl Parser<A, I>) -> impl Parser<(), I>
Expand description

Runs the given parser, fails if it succeeded, and succeeds otherwise.