Marcin Surma
Marcin Surma
I think it's due to `when` ``` const whenTrue = () => true const runWithoutPipe = R.when(()=>true, whenTrue) runWithoutPipe(undefined) // true runWithoutPipe() // returns function ``` Why `runWithoutPipe(undefined)` returns `true`...
> You can see the reason why `curriedFn()` not equals to `curriedFn(undefined)` here: [#3006 (comment)](https://github.com/ramda/ramda/issues/3006#issuecomment-610475350) I know. I read the source but `curriedFn()` !== `curriedFn(undefined)` still doesn't make sense for...
> By extension, if a function is called with no parameters, it will return a function that takes all the parameters, i.e. the original function. Don't you think it should...
@CrossEye Okay. Therefore, I will really appreciate if you could show me these useful behaviors, a real life example should work best. I'm just curious.
@SIkebe Yes, but by default the textarea value is the PR branch name so it will let me confirm merge even if did not edited it.
@ctrl-chris-h that's exactly what was on my mind
Have you tried to reproduce on ubuntu?