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