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