shithub: MicroHs

ref: 539ad1650abfd06834f86d3ad291f5b20ff4d3d6
dir: /lib/Data/Bounded.hs/

View raw version
module Data.Bounded(module Data.Bounded) where
import Primitives

class Bounded a where
  minBound :: a
  maxBound :: a