Josh Haberman a7533b8a6b Make Int inherit from Ord.
Previously Int inherited from PartialOrd (via Primitive)
but not Ord.  But integers have a total order, so
inheriting from Ord is appropriate. Fixes #18776.
2014-11-08 22:34:19 -05:00
..
2014-10-28 08:54:21 -07:00
2014-10-28 08:54:21 -07:00
2014-11-08 22:34:19 -05:00