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