shithub: MicroHs

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