shithub: MicroHs

ref: b7256500baeeddc3108d73b98dc12c4ad00b4544
dir: /lib/Data/Bounded.hs/

View raw version
module Data.Bounded(module Data.Bounded) where
import Prelude()              -- do not import Prelude
import Primitives

class Bounded a where
  minBound :: a
  maxBound :: a