purescript/purescript-enums

BoundedOrd

LiamGoodacre opened this issue · 1 comments

I think it make sense to have BoundedOrd <= Enum?
Currently we have Bounded <= Enum, and if you want to compare you have to use fromEnum.

See #11 :)