postgresql-syntax-0.4.1: PostgreSQL AST parsing and rendering
Safe HaskellNone
LanguageHaskell2010

PostgresqlSyntax.KeywordSet

Synopsis

Documentation

nonOp :: (Hashable a, IsString a) => HashSet a Source #

As per the following comment from the original scanner definition:

/* * Likewise, if what we have left is two chars, and * those match the tokens ">=", ""=", "<>" or * "!=", then we must return the appropriate token * rather than the generic Op. */