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