shithub: MicroHs

ref: fec89394a4817f5cbf8e1f734da08b4ba6cc49cf
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