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