Closed sternenseemann closed 3 years ago
Currently all exceptions except IOExceptions are kind of ignored. This should be fixed and handled properly™. Probably removing MonadError altogether would do the trick.
MonadError
Most notably it is not possible to handle SocketExceptions with MonadError.
SocketExceptions
b8995d7
Currently all exceptions except IOExceptions are kind of ignored. This should be fixed and handled properly™. Probably removing
MonadError
altogether would do the trick.Most notably it is not possible to handle
SocketExceptions
withMonadError
.