shithub: MicroHs

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