DrTtnk
DrTtnk
Hello @andrewcoh I'll definitely look forward for you and your team response And about some examples: - anything that matches the definition of _"It looks natural"_, _"It's something that I...
Hi @andrewcoh Any news from you and your team?
hi @andrewcoh (part 2) :D Still hoping for some news from your team, either as accepted or rejected
I wish I could do something like this: ```typescript const test = { a: 'a', b: 'b', c: O.some('c'), } const res = pipe( O.some(test), O.bind('c', (c) => O.some(c)), //...