shithub: MicroHs

ref: 8115958c9d88e87192d6f7ea3f8ba14e5e0d0ce3
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