Skip to content
Snippets Groups Projects
user avatar
Jens Nolte authored
There were some cases where the implicit Maybe was problematic, because
it was impossible to guarantee a value. This also improved the
`runQuery` return type (returning only an `Either` or an `Either e Maybe`
is semantically easier to understand than the old `Maybe Either`.

This introduced a lot of necessary changes, but the result is a better
`runQuery` API: Every Query is now answered with either an exception
detailing why the query failed, or with a result.
3faec852
History
Name Last commit Last update
..
lib/Qd