parsonsmatt / annotated-exception

Machinery for throwing and catching exceptions with some annotation.
BSD 3-Clause "New" or "Revised" License
32 stars 3 forks source link

Add `UnliftIO` variant #6

Closed parsonsmatt closed 2 years ago

parsonsmatt commented 2 years ago

This PR adds a variant of the API that uses MonadUnliftIO instead of MonadCatch and MonadThrow. Mostly because that's how we roll at work.

Before submitting your PR, check that you've:

After submitting your PR: