ref: db16f46fa7757c6bca1d8a9fdda3a23ede5ccdae dir: /lib/Data/Bounded.hs/
module Data.Bounded(module Data.Bounded) where import Prelude() -- do not import Prelude import Primitives class Bounded a where minBound :: a maxBound :: a