ref: 61eb00e93d1cf875a7d2d6d86fd3bbd3dd528e16 dir: /lib/Data/Bounded.hs/
module Data.Bounded(module Data.Bounded) where import Primitives class Bounded a where minBound :: a maxBound :: a