ref: 4684ef5c92371024f7a8ae867fd60ff5eb6e98f5 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