shithub: MicroHs

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