Ang Hao Yang
Ang Hao Yang
@joroKr21 You are right, the priorities are reversed for `EitherT`, which is still confusing that they are different. @djspiewak In my case I was looking for a neat way to...
> Hi @yangzai, thanks for your PR. Before merging it we need to discuss internally about the implications for existing uses of these functions, but for now I'll kick off...
> @yangzai > Sorry for the lack of update here. We can't really make a semantic change while keeping the function name the same, as this would change existing code's...
> @yangzai Okay, great if you're happy to do the refactoring. The following would we be good to have: > > * define fromListWithL and fromListWithR as new functions (you...
@dwijnand nope. I still can't get it to work. I'm testing with: ```scala object Shape extends App { import shapeless._ import shapeless.PolyDefns._ object G extends (Id ~> Option) { def...
> Hi! Thanks for the contribution, you're correct that the failure reason is missing pattern synonym support over data-dependencies. I'll be finishing up #22421 ideally at the start of 2026,...