shithub: MicroHs

ref: 92bdf127ca8813f47e8e6d9ad1f9990e40fb8c39
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