ref: 92bdf127ca8813f47e8e6d9ad1f9990e40fb8c39 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