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