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