ref: 1992c9c6d3b16b6abc4d8a2ec2f32dade98b8c70 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