shithub: MicroHs

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