Ben
Ben
those `__:'Ok' | 'Error'` s are not belt(the core of this library)'s part. It's added by author @mobily's. It could be cumbersome to match all belt functions to work with...
I see the concerns you have. But I think It's quite a rare to have such type, names. would be great to adopt your suggestion. I'll make a PR for...
Hi. I made a PR to resolve this issue. please have a look and let me know if it's right.
Hi. I made a PR to resolve this issue. please have a look and let me know if it's right.
for the code above, our team uses like ```typescript pipe( collection, A.filter(({key})=>key === 'value' ), A.reject(({id})=>id === 0) ) ``` In my opinion, sometimes, using just pure js' operator gives...
It seems the example should change like this: ```typescript pipe( // ⬇️ const obj: User = { name: 'Joe', age: 20 } R.fromNullable(obj, String('cannot be nullable')), R.flatMap((obj) => { return...
seems this issue is resolved in the ts-beltv4.
related to #85
It's been half a year since you said you'd come back. I wonder if you have the will to continue this project or not. If you're not able to continue...
give type parameter to O.getWithDefault. like O.getWithDefault\(0).