shithub: MicroHs

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