ref: 3eab2cd227fa2adbf5a479ee85333950e55b66b0 dir: /lib/Data/Bounded.hs/
module Data.Bounded(module Data.Bounded) where import Primitives class Bounded a where minBound :: a maxBound :: a