shithub: MicroHs

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