shithub: MicroHs

ref: 32fdb8d75bd21d01616655acfbbcb3d2e66dc18c
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