ref: 7ed3f8a8a2fac045011ef8f1ac90a9261eeebdd7 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