graphql-engine/server/src-lib/Hasura/RQL
Auke Booij 05b3a64e8f Clean up Hasura.Prelude a bit
- Remove `onJust` in favor of the more general `for_`
- Remove `withJust` which was used only once
- Remove `hashNub` in favor of `Ord`-based `uniques`
- Simplify some of the implementations in `Hasura.Prelude`
- Add `hlint` hint from `maybe True` to `all`, and `maybe False` to `any`

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6173
GitOrigin-RevId: 2c6ebbe2d04f60071d2a53a2d43c6d62dbc4b84e
2022-10-03 21:50:53 +00:00
..
DDL Clean up Hasura.Prelude a bit 2022-10-03 21:50:53 +00:00
DML Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
IR server/postgres: implement execution of aggregation predicates (permissions) 2022-09-22 11:15:04 +00:00
Types Clean up Hasura.Prelude a bit 2022-10-03 21:50:53 +00:00
IR.hs Move Hasura.GraphQL.Parser.Column to .RQL.IR. and .GraphQL.Schema. 2022-05-30 22:07:57 +00:00