ref: 75e11492c3d2b5aaeda967fbdf3d31a78d29eef8 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