mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 04:24:35 +03:00
9308c92e8d
### Description Several places in the code used `a /= []`, which is inelegant. To my surprise, hlint did not warn about this, despite the fact that it forces an `Eq` instance on the elements. This PR replaces all occurrences of that pattern with `not (null a)` and adds a lint warning for it. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4569 GitOrigin-RevId: 6471e75ade9e71e5d583a0dac7815c01870c696b |
||
---|---|---|
.. | ||
DDL | ||
Execute | ||
FromIr | ||
Instances | ||
Schema | ||
SQL | ||
Types | ||
Connection.hs | ||
DDL.hs | ||
FromIr.hs | ||
Meta.hs | ||
Plan.hs | ||
ToQuery.hs | ||
Types.hs |