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