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