not function

NotParser not(
  1. Parser p
)

Creates the NotParser parser.

Implementation

NotParser not(Parser p) => NotParser(p);