ref: d9a193c34f815085435b5fbd49c8799f209f69f9 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