shithub: MicroHs

ref: 01437fade6ad582b1395e285a6eba7f77568d8e9
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