shithub: MicroHs

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