tfausak / flow

:droplet: Write more understandable Haskell.
https://hackage.haskell.org/package/flow
MIT License
198 stars 10 forks source link

Improve documentation #5

Closed tfausak closed 8 years ago

tfausak commented 8 years ago

When I posted this library to Reddit, there was some confusion about the provided functions. In particular, I think listing apply before |> and compose before .> gives the impression that they're somehow preferred. It would be better to list the operators first.

tfausak commented 8 years ago

I sort of addressed this with 4e219dd281164e4c2485adde76f8368d73b6b09a, but I think a more complete overhaul of the documentation is in order.