shithub: MicroHs

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