shithub: MicroHs

ref: 8a7e867fa2164ab54eb28965feb66a390c228184
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