shithub: MicroHs

ref: 1cf6dce4c28d3020699d04d8c2b98280c298e109
dir: /lib/Data/Bounded.hs/

View raw version
module Data.Bounded(module Data.Bounded) where
import Prelude()              -- do not import Prelude
import Primitives

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