Hacker News new | ask | show | jobs
by DylanSp 544 days ago
Haskell's Ord typeclass is for ordering; it just represents types that have a total order, it doesn't represent ranges.
1 comments

My bad the ordinal data type class is Enum not Ord!