shithub: MicroHs

ref: 2cb9870808f0c9b8996ffc6c148d722d3b89b34c
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