shithub: MicroHs

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