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