shithub: MicroHs

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