shithub: MicroHs

ref: 29c4cb296e5a41beeb2e093bb0a74db79fd679a0
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