shithub: MicroHs

ref: 90894aad227d110421d6bf7aa4862fb509ef7072
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