shithub: MicroHs

ref: 8e9985f1515d93e8fd2d3eab32fe4e822c8b95d5
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