shithub: MicroHs

ref: 22ec8f9ccf1c806f0329f51db837effe8abd5bf5
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