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