Update README.md

This commit is contained in:
Alexander Granin 2020-07-18 17:17:52 +07:00 committed by GitHub
parent a6cdec066a
commit 0e4d3acf48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -154,6 +154,7 @@ Separate page:
- [Working around Haskell's namespace problem for records](https://gist.github.com/mtesseract/1b69087b0aeeb6ddd7023ff05f7b7e68) | **Moritz Clasmeier**
- Exceptions
* [Exceptions Best Practices in Haskell](https://www.fpcomplete.com/blog/2016/11/exceptions-best-practices-haskell) | **Michael Snoyman** | FP Complete
* [Exceptions tutorial](https://markkarpov.com/tutorial/exceptions.html) | **Mark Karpov**
- Style Guides
* [Programming guidelines](https://wiki.haskell.org/Programming_guidelines)
* [Kowainik's Haskell Style Guide](https://kowainik.github.io/posts/2019-02-06-style-guide)