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