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