ref: 9ebefcdc1b90b9e0e773b9b8f1afd01ac55c2a64 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