You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately the obvious way to add this implicit breaks binary compatibility (according to MiMA). We could probably work around this by adding a new trait for object Arbitrary to extend, but I'll wait until I hear from @rickynils about if (or when) he wants to add this implicit and how.
Is there a specific reason that there is no default
Arbitrary
instance forSymbol
? If not, could you just add something along the lines of?
The text was updated successfully, but these errors were encountered: