Please, lets add documentation #1002
Labels
documentation
Art of how not to explain.
good first issue
Suggested for someone who is not yet familiar with the codebase
help wanted
When someone explicitly requests for help
Even for me sometimes it is still hard to navigate the source codebase.
One of the best ways to do good easy documentation - is to explain function argument constructors.
Using: https://github.com/haskell/haddock/blob/ghc-9.2/doc/cheatsheet/haddocks.pdf
Also, HLS allows to automatically create stubs for argument constructors.
Now it is obvious what function does - mainly
transform . f <=< g
,traverse
also known as traversing bind or something of that sorts.I am generously accepting pretty much any word forms & documentation. As documentation is better than no documentation.
Also documentation: #36
The text was updated successfully, but these errors were encountered: