diff --git a/changelog.d/1733 b/changelog.d/1733 new file mode 100644 index 000000000..462fc7047 --- /dev/null +++ b/changelog.d/1733 @@ -0,0 +1,7 @@ +synopsis: Add `MkHandler` pattern synonym +prs: #1733 +issues: #1732 +description: { +Add a bidirectional pattern synonym to construct `Handler a` values from `IO +(Either ServerError a)` ones, and match in the other direction. +}