File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ Should cover:
15
15
* Difference between ` throw ` and ` throwIO `
16
16
* Async exceptions
17
17
* Catching all exceptions
18
- * http://www.yesodweb.com/blog/2014/05/exceptions-cont-monads
19
- * https://www.fpcomplete.com/user/snoyberg/general-haskell/exceptions/exceptions-and-monad-transformers
20
- * https://www.fpcomplete.com/user/snoyberg/general-haskell/exceptions/catching-all-exceptions
18
+ * [ Exceptions in continuation based monads ] ( http://www.yesodweb.com/blog/2014/05/exceptions-cont-monads )
19
+ * [ Exceptions and monad transformers ] ( https://www.fpcomplete.com/user/snoyberg/general-haskell/exceptions/exceptions-and-monad-transformers )
20
+ * [ Catching all exceptions ] ( https://www.fpcomplete.com/user/snoyberg/general-haskell/exceptions/catching-all-exceptions )
21
21
* Exceptions problems. Can't wrap. Can't have two exceptions. No idea how exception was thrown.
22
22
* [ Wrap exceptions to provide context] ( http://stackoverflow.com/questions/27346380/how-to-wrap-exceptions-to-provide-context )
23
23
* [ General dislike of exceptions] ( http://www.reddit.com/r/haskell/comments/2ety9f/new_blog_post_dealing_with_asynchronous/ck3fkbp )
You can’t perform that action at this time.
0 commit comments