shithub: MicroHs

ref: 22dc68832db4d88b0f27442c74bcfba6b5dab81f
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