Ben

Results 30 issues of Ben

resolves #96 passes following code. ``` const toOptionTest = async () => { const option = await pipe(AR.resolve(undefined), AR.toOption); console.log('option is:', option); O.match( option, () => { console.log('option is `Some`');...

resolves #107 updated all contender's versions up to date, (2024/03/11) and added benchmark results taken on my M2 MacBook pro machine.

currently, the type of Result in ts-belt has `__` field, which is supposed to be 'Ok' | 'Error' for identifying its subtype. but the structure of the build output from...

I'm supporting text highlighting in the Korean display language, also other expandable locales. (as discussed in #27 ). This is currently working in progress, not all regexes are replaced with...

Hi, I'm trying to use this library, but I'm having trouble with it. even with the basic example that Foy init gives, it does not work at all, which is...