shithub: MicroHs

ref: 40aea484f78df68538144ab19fd8ebde15bda5b7
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