shithub: MicroHs

ref: 4e159c62a8c00ca625d3863d65916467bb7365eb
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