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
...and a necessary step to be taken in combination with this is that 'eq' be defined on Any. All the details of why this should be done, including an almost unprecedented level of agreement, can be found in this thread: https://groups.google.com/d/msg/scala-internals/jsVlJI4H5OQ/BwdZT5hpKtsJ
The text was updated successfully, but these errors were encountered:
even in Scala 3, value classes are kind of in a half-dead, half-alive state where they're in the language, but not typically recommended for use (unless you're realllllly sure), particular since Scala 3 has opaque types. but they're not deprecated either because we keep waiting to see how Project Valhalla to turn out
in any case, further discussion if any should go on a new thread in https://contributors.scala-lang.org, let's not resurrect this ticket as a discussion site
...and a necessary step to be taken in combination with this is that 'eq' be defined on Any. All the details of why this should be done, including an almost unprecedented level of agreement, can be found in this thread: https://groups.google.com/d/msg/scala-internals/jsVlJI4H5OQ/BwdZT5hpKtsJ
The text was updated successfully, but these errors were encountered: