ref: 0e831c79ddcf05d4a53ae2c76a3d3d126aee5141 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