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