Update README.md

This commit is contained in:
Alexander Granin 2020-08-21 21:54:54 +07:00 committed by GitHub
parent 341e3c4cc3
commit af89c90210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,6 +160,7 @@ Separate page:
### Exceptions
* [Exceptions Best Practices in Haskell](https://www.fpcomplete.com/blog/2016/11/exceptions-best-practices-haskell) | **Michael Snoyman** | FP Complete
* [Asynchronous exception handling in Haskell](https://www.fpcomplete.com/blog/2018/04/async-exception-handling-haskell/) | **Michael Snoyman** | FP Complete
* [Exceptions tutorial](https://markkarpov.com/tutorial/exceptions.html) | **Mark Karpov**
* [The three kinds of Haskell exceptions and how to use them](https://www.tweag.io/blog/2020-04-16-exceptions-in-haskell/) | **Tweag**