- Oct 04, 2021
-
-
Jens Nolte authored
Co-authored-by:
Jan Beinke <git@janbeinke.com>
-
- Sep 05, 2021
-
-
Jens Nolte authored
-
Jens Nolte authored
Co-authored-by:
Jan Beinke <git@janbeinke.com>
-
- Sep 03, 2021
-
-
Jens Nolte authored
-
- Aug 30, 2021
-
-
Jens Nolte authored
-
- Aug 29, 2021
-
-
Jens Nolte authored
Co-authored-by:
Jan Beinke <git@janbeinke.com>
-
- Aug 03, 2021
-
-
Jens Nolte authored
Co-authored-by:
Jan Beinke <git@janbeinke.com>
-
- Jul 18, 2021
-
-
Jens Nolte authored
Co-authored-by:
Jan Beinke <git@janbeinke.com>
-
Jens Nolte authored
-
Jens Nolte authored
Co-authored-by:
Jan Beinke <git@janbeinke.com>
-
- Jul 11, 2021
-
-
Jens Nolte authored
-
Jens Nolte authored
-
- Jul 09, 2021
-
-
Jens Nolte authored
This fixes ghci.
-
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.
-
Jens Nolte authored
-