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