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