ref: 4bdb0c1286e7999f0dda6df5160337c02bc089b3 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