shithub: MicroHs

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