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