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