ref: 2dc297eb6a2d48cf1e8baae60e3f9edfc54a340a 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