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 197 forks source link

Some minor comments to fix #691 #694

Closed wallymathieu closed 6 years ago

wallymathieu commented 6 years ago

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

haf commented 6 years ago

@wallymathieu Thank you

wallymathieu commented 6 years ago

Thank you! Hopefully this will help the next person reading suave code. 👍