SuaveIO/suave

Replace usage of Choice with Result?

njlr opened this issue · 1 comments

njlr commented

I noticed much of the code-base uses Choice where Result would be more appropriate. Would this change be welcome?

Happy to send a PR.

In the places where it is used internally we can replace it. For public APIs I think we should hold this change for now.