shithub: MicroHs

ref: 44a57dbfc137cb6e223b4150a974709e89f603fa
dir: /lib/Data/Bounded.hs/

View raw version
module Data.Bounded(module Data.Bounded) where
import Prelude()              -- do not import Prelude
import Primitives

class Bounded a where
  minBound :: a
  maxBound :: a