We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Works as a regular class, not as a value class.
import scala.util.control.Exception._ implicit class RichCatch[T](val c: Catch[T]) extends AnyVal { def validation[U >: T](u: => U): Either[Throwable, U] = c.either(u) }
The text was updated successfully, but these errors were encountered:
Imported From: https://issues.scala-lang.org/browse/SI-7022?orig=1 Reporter: @retronym Affected Versions: 2.10.0 See #6482
Sorry, something went wrong.
@paulp said: This is #6482, fixed by ff9f60f420c0 in master. I believe it's an easy backport.
@paulp said: I just clicked assign-to-me but I won't get to it immediately or anything so take it back if you want it.
@retronym said: scala/scala#1976
retronym
No branches or pull requests
Works as a regular class, not as a value class.
The text was updated successfully, but these errors were encountered: