shithub: MicroHs

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