ref: 0815b5bf4efbe7eebfff8632251a0ae1ce2df5a7 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