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