shithub: MicroHs

ref: 0c1a6083d2e4108b0cc25b1018d7f7902e2be54c
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