shithub: MicroHs

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