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