Skip to content
Snippets Groups Projects
  1. Jul 09, 2021
    • Jens Nolte's avatar
      Refactor Observable to directly return value instead of Maybe · 3faec852
      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
    • Jens Nolte's avatar
      Minor change · 477ff950
      Jens Nolte authored
      477ff950
    • Jens Nolte's avatar
      Add ObservablePriority data structure · bf1b2d83
      Jens Nolte authored
      bf1b2d83
Loading