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