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.
In order to clarify make it a bit more clear what the different parts are (mostly when it comes to bind operation and Left-to-right Kleisli composition).
This fixes #691
In order to clarify make it a bit more clear what the different parts are (mostly when it comes to bind operation and Left-to-right Kleisli composition). This fixes #691