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