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