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