shithub: MicroHs

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