We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 431e930 commit 174b5ffCopy full SHA for 174b5ff
src/PgNamed.hs
@@ -77,6 +77,7 @@ data PgNamedError
77
| PgNoNames PG.Query
78
-- | Query contains an empty name.
79
| PgEmptyName PG.Query
80
+ deriving (Eq)
81
82
83
-- | Type alias for monads that can throw errors of the 'PgNamedError' type.
0 commit comments