shithub: MicroHs

ref: 328939a17d52af1dca2fd0a26c1705ab40695cd2
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