shithub: MicroHs

ref: 25b9d053656658307266ba0e8e6ed6bd2a58ab60
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