shithub: MicroHs

ref: 4df44dba70a276f1df43882423a05fb734999f09
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