fn icon indicating copy to clipboard operation
fn copied to clipboard

Some functions are not documented

Open andres-ml opened this issue 5 years ago • 2 comments

Hi,

I noticed some functions (not, id, maybe others) are not listed/documented (I guess they have no tests and thus no documentation is automatically generated).

On a related note, I've seen some libraries use complement for function negation and not as a boolean negation; in case you wanted to rename the current not before documenting it.

andres-ml avatar Mar 05 '20 13:03 andres-ml

thanks for the heads up, you're also welcome to submit a pr.

Regarding complement, can you link me to some examples of libraries that use complement vs not?

ragboyjr avatar Mar 07 '20 19:03 ragboyjr

thanks for the heads up, you're also welcome to submit a pr.

Sure, I might give it a go

Regarding complement, can you link me to some examples of libraries that use complement vs not?

I was thinking of Ramda: not vs complement

andres-ml avatar Mar 07 '20 20:03 andres-ml