-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
This was partially done in #9 but I was unable to get all examples compiling. The goal is to remove these implicit conversions:
twiddles/core/shared/src/main/scala-3/org/typelevel/twiddles/Twiddles.scala
Lines 38 to 41 in 7a26b38
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) |
AnyVal
s.
See #11 for a potential starting point.
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed