reservedOp

The lexeme parser reservedOp name parses symbol name, but it also checks that the name is not a prefix of a valid operator. A reservedOp is treated as a single token using try.
Reserved operator
Reserved operator
The list of reserved operators.