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