-
Notifications
You must be signed in to change notification settings - Fork 131
Open
Labels
@klaeufer
Description
given [A, B](using CanEqual[A, A], CanEqual[B, B]): CanEqual[A ~ B, A ~ B] = CanEqual.derived
This would allow pattern-based productions to compile in the presence of strict equality.