graphql-engine/server/src-lib/Data
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
..
Aeson Moving kriti function references into a single module for coordination of availability 2022-07-21 07:07:29 +00:00
HashMap/Strict server: codecs for TableMetadata, FunctionMetadata, and permissions 2022-09-12 20:31:07 +00:00
List Clean up Hasura.Prelude a bit 2022-10-03 21:50:53 +00:00
Parser server/parsers: Reduce usages of "utils"-like functions. 2022-07-06 07:56:35 +00:00
Text Import pg-client-hs as PG 2022-09-20 19:55:51 +00:00
URL Weeding (2/?) 2022-06-09 16:40:49 +00:00
Environment.hs Allows for mock env vars in test-webhook-transform endpoint 2021-12-09 07:59:46 +00:00
SerializableBlob.hs server: Refactor TByteString to SerializableBlob 2022-06-17 09:57:38 +00:00
SqlCommenter.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Trie.hs Extract generic containers from the codebase 2022-03-01 16:04:22 +00:00