ref: 0424d9cae9e87a6c3d3ecd6d5d8e36fbac1892af dir: /lib/Data/Bounded.hs/
module Data.Bounded(module Data.Bounded) where import Prelude() -- do not import Prelude import Primitives class Bounded a where minBound :: a maxBound :: a