shithub: MicroHs

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