Don't declare and <-> or as complements - #26
Conversation
|
Actually, In order to merge your pull-request, I'll only ask you to remove the specific test for it (which is breaking the build). Thank you! |
faaf316 to
1e15063
Compare
Codecov Report
@@ Coverage Diff @@
## master #26 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 27 27
Lines 249 249
=====================================
Hits 249 249
Continue to review full report at Codecov.
|
f996777 to
6bf8259
Compare
6bf8259 to
3618c7b
Compare
Oh, spot on. Thank you for pointing this out. I've updated the test |
I tried to add
nandas function to ramda-adjunct, see char0n/ramda-adjunct#237. When I tried to do that, eslint-plugin-ramda complaint aboutcomplement(and)being replaceable byor.This is strictly not true for one case:
Am I missing something?