Fix situation with Data.Enum and Data.Bounded in base
@Bodigrim writes in !11347 (closed)
The proposal meant to introduce
Data.Bounded
forclass Bounded
andData.Enum
forclass Enum
. Yet inbase-4.20
I observeData.Enum
with both type classes, but noData.Bounded
at all. There is neither changelog nor@since
pragma. Even more confusingly, this MR is still unmerged. What's happening?