shithub: MicroHs

ref: 4bbd2e1708cb216e94efd7251ce18cff2bb04243
dir: /lib/Data/Bounded.hs/

View raw version
module Data.Bounded(module Data.Bounded) where
import Primitives

class Bounded a where
  minBound :: a
  maxBound :: a