shithub: MicroHs

ref: 18820d704a3ca7b7ecdac94cbf067e5b2a60ad4f
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