This provides an implicit Eq[A] for any type A using Scala's (Java's)
== (equals).
This provides orderings (Order and Eq) for Float and Double that have a total order.
This object provides implicit instances of Eq and Order for Seq-likes that will behave like infinite vectors.