shithub: MicroHs

ref: 48a34d1eb8df3def243689c0c5be2d5b3000a90c
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