shithub: MicroHs

ref: 13fc8b87e859b6e2aabb9b6dcd5698699858d624
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