shithub: MicroHs

ref: 35f0221df8568056c7b031c83d7657375a4e2797
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