shithub: MicroHs

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