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