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