shithub: MicroHs

ref: 392a92e391d27510e076d3c337425e572e1d6716
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