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