shithub: MicroHs

ref: 43b5b3d01239be636c9156f078047c6c07db1e8e
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