arrow-kt / arrow

Λrrow - Functional companion to Kotlin's Standard Library
http://arrow-kt.io
Other
6.19k stars 449 forks source link

API coming from funKTionale isn't documented #802

Open MarioAriasC opened 6 years ago

MarioAriasC commented 6 years ago

None of the functions and utilities coming from funKTionale is documented.

MarioAriasC commented 6 years ago

First of all, where is a good place to put those new docs on the Arrow site?

pakoito commented 6 years ago

A new section in the menu between Patterns and Datatypes (https://github.com/arrow-kt/arrow/blob/master/modules/docs/arrow-docs/docs/_data/menu.yml#L31-L34) called Syntax or Function Helpers or something similar. In that section of the menu, feel free to do a subdivision however makes sense.

serras commented 1 year ago

In the new website we have a section about functions which covers currying, partial application, composition, and memoization. Do you think this is enough to cover the missing docs?