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
In scala/package.scala we see:
scala/package.scala
type Fractional[T] = scala.math.Fractional[T] type Integral[T] = scala.math.Integral[T] type Numeric[T] = scala.math.Numeric[T] val Numeric = scala.math.Numeric
But Fractional and Integral have an associated object as well, and they should be aliased as well for consistency.
Fractional
Integral
I'm preparing a pull request for this to check for any unintended effects.
The text was updated successfully, but these errors were encountered:
Imported From: https://issues.scala-lang.org/browse/SI-6422?orig=1 Reporter: @Blaisorblade Affected Versions: 2.9.2, 2.10.0-M7
Sorry, something went wrong.
@Blaisorblade said: scala/scala#1426
@retronym said: reverted on 2.10.x, retained on master: scala/scala#2060
Blaisorblade
No branches or pull requests
In
scala/package.scala
we see:But
Fractional
andIntegral
have an associated object as well, and they should be aliased as well for consistency.I'm preparing a pull request for this to check for any unintended effects.
The text was updated successfully, but these errors were encountered: