Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite twiddle syntax on Scala 3 as extension methods #10

Open
mpilquist opened this issue Oct 28, 2023 · 1 comment
Open

Rewrite twiddle syntax on Scala 3 as extension methods #10

mpilquist opened this issue Oct 28, 2023 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@mpilquist
Copy link
Member

mpilquist commented Oct 28, 2023

This was partially done in #9 but I was unable to get all examples compiling. The goal is to remove these implicit conversions:

implicit def toTwiddleOpCons[B <: Tuple](fb: F[B]): TwiddleOpCons[F, B] = new TwiddleOpCons(
fb
)
implicit def toTwiddleOpTwo[B](fb: F[B]): TwiddleOpTwo[F, B] = new TwiddleOpTwo(fb)
and the associated AnyVals.

See #11 for a potential starting point.

@mpilquist
Copy link
Member Author

Note part of #9 had to be rolled back due to #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant