shithub: MicroHs

ref: 2367ff5c285d2343b48b8f9f3eea112c1eb657e6
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