shithub: MicroHs

ref: fd4a360a3779c67c01b24ee93cf0d668097638c9
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