graphql/tests/Language/GraphQL
Eugen Wissner 09135c581a Constrain base monad to MonadCatch
Let's try MonadThrow/MonadCatch. It looks nice at a first glance. The
monad transformer stack contains only the ReaderT, less lifts are
required. Exception subtyping is easier, the user can (and should)
define custom error types and throw them. And it is still possible to
use pure error handling, if someone doesn't like runtime exceptions or
need to run a query in a pure environment.

Fixes #42.
2020-07-17 07:05:03 +02:00
..
AST Parse subscriptions 2020-07-11 06:34:10 +02:00
Execute Fix list input coercion 2020-06-19 10:53:41 +02:00
Type Fix list input coercion 2020-06-19 10:53:41 +02:00
ErrorSpec.hs Return parser error location in a list 2020-07-08 08:17:55 +02:00
ExecuteSpec.hs Constrain base monad to MonadCatch 2020-07-17 07:05:03 +02:00