shithub: MicroHs

ref: 5c79f3d3f6e4967c1a60a9a079ab3335c3a948ec
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