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