shithub: MicroHs

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