<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -355,8 +355,4 @@ object Ordering {
         0
       }
     }
-
-  implicit def fromComparator[T](c: Comparator[T]): Ordering[T] = new Ordering[T] {
-    override def compare(x: T, y: T): Int = c.compare(x, y)
-  }
 }</diff>
      <filename>src/library/scala/Ordering.scala</filename>
    </modified>
    <modified>
      <diff>@@ -117,8 +117,7 @@ extends Vector[T]
 
   // a well-typed contains method.
   def containsTyped[U &gt;: T](x: U)(implicit unum: Integral[U]): Boolean = {
-    import unum._
-    def divides(d: U, by: U) = equiv(d % by, zero)
+    def divides(d: U, by: U) = unum.equiv(unum.rem(d, by), unum.zero)
 
     limitTest(x) || (
       if (step &gt; zero)</diff>
      <filename>src/library/scala/collection/immutable/GenericRange.scala</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5baf6ad2f4bca47aa899db144206f9cfee221990</id>
    </parent>
  </parents>
  <author>
    <name>Jorge Ortiz</name>
    <email>jortiz@changeme-mn.local</email>
  </author>
  <url>http://github.com/jorgeortiz85/scala/commit/2b45171f8cc596a0de4eb26b3976ecf664e5332f</url>
  <id>2b45171f8cc596a0de4eb26b3976ecf664e5332f</id>
  <committed-date>2009-10-22T08:14:59-07:00</committed-date>
  <authored-date>2009-10-22T08:14:59-07:00</authored-date>
  <message>Work on contravariant Ordering (won't commit)</message>
  <tree>52b230d8be34bad0a48ba50fb3ee35d6bc87b998</tree>
  <committer>
    <name>Jorge Ortiz</name>
    <email>jortiz@changeme-mn.local</email>
  </committer>
</commit>
