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