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