shithub: MicroHs

ref: ac0c51a3279123d2a911e918cb87e8151a529c1a
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