graphql-engine/server/src-lib/Control
Auke Booij 5b93014ee8 Make Schema Cache building code slightly more readable
- Avoid a few banana brackets `(| ... |)`, often by just using local `let` bindings
- Use proper `Arrows` syntax rather than helpers like `>->`
- Use monadic `do` syntax instead of `Arrows` syntax where possible
- Avoid `traverseA @Maybe`, in favor of a `case`

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6751
GitOrigin-RevId: c07b22a1a259db6d135486ec71a716705e280717
2022-11-15 20:14:22 +00:00
..
Arrow Make Schema Cache building code slightly more readable 2022-11-15 20:14:22 +00:00
Concurrent Upgrade Ormolu to v0.5. 2022-11-02 20:55:13 +00:00
Monad ghc 9.2.5 2022-11-15 11:26:42 +00:00