Proposal to add few paragraphs

From my experience, while topics usually cover different methodologies of working with exceptions, real programs and libs in non-small apps use them all, so you have to combine or make sure you can convert between all possible types easily.
This commit is contained in:
Konstantine Rybnikov 2015-03-04 09:31:07 +02:00
parent 2a680c1f95
commit 4d289d4488

View file

@ -22,3 +22,5 @@ Should cover:
* [Wrap exceptions to provide context](http://stackoverflow.com/questions/27346380/how-to-wrap-exceptions-to-provide-context)
* [General dislike of exceptions](http://www.reddit.com/r/haskell/comments/2ety9f/new_blog_post_dealing_with_asynchronous/ck3fkbp)
* enclosed-exceptions
* Examples of code-conversion between all possible error styles
* unexceptionalio and errors libraries