shithub: MicroHs

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