shithub: MicroHs

ref: 942cda21592dfb3f7c155d14d502009b1623ef1e
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