shithub: MicroHs

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