shithub: MicroHs

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