summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo G. Giarrusso <p.giarrusso@gmail.com>2013-02-04 07:08:08 +0100
committerPaolo G. Giarrusso <p.giarrusso@gmail.com>2013-02-04 07:08:08 +0100
commitbc01614c5349c30bc74ae85370a059422c793175 (patch)
tree8ba8b5b8d77ce29a3c7a05c7700761dababcab9e
parent786a686b78e7bffb452c6508a83b69ad83849819 (diff)
downloadscala-bc01614c5349c30bc74ae85370a059422c793175.tar.gz
scala-bc01614c5349c30bc74ae85370a059422c793175.tar.bz2
scala-bc01614c5349c30bc74ae85370a059422c793175.zip
Revert "SI-6422: add missing Fractional and Integral alias in scala package"
This reverts commit c6866a28faf67cd2e455f9a0a829859a73e38819 because it adds two members to the API and so breaks forward binary compatibility. Attention: this is only intended for 2.10.x, not for 2.11.
-rw-r--r--src/library/scala/package.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/library/scala/package.scala b/src/library/scala/package.scala
index d3f8df9110..84f6f0be9c 100644
--- a/src/library/scala/package.scala
+++ b/src/library/scala/package.scala
@@ -95,10 +95,7 @@ package object scala {
val Equiv = scala.math.Equiv
type Fractional[T] = scala.math.Fractional[T]
- val Fractional = scala.math.Fractional
-
type Integral[T] = scala.math.Integral[T]
- val Integral = scala.math.Integral
type Numeric[T] = scala.math.Numeric[T]
val Numeric = scala.math.Numeric