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