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