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