shithub: MicroHs

ref: 1d4e3f132caed9dcbe4ffa99345be1f2fd2b8a73
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