SuaveIO / suave

Suave is a simple web development F# library providing a lightweight web server and a set of combinators to manipulate route flow and task composition.
https://suave.io
Other
1.32k stars 198 forks source link

Replace usage of Choice with Result? #766

Open njlr opened 1 year ago

njlr commented 1 year ago

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.

ademar commented 1 year ago

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