
22 Jun
2012
22 Jun
'12
3:40 p.m.
On Thu, Jun 21, 2012 at 5:36 PM, Richard O'Keefe
There's a reason given for not having Bounded extend Ord, which doesn't really apply to a class having fromEnum :: a -> Int. Testing whether an enum bound is at a limit is thus a bit tricky.
An ordering does not typically induce a computable enumeration. For example, there are infinitely many rationals between any pair of rationals.