shithub: MicroHs

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