exact-integer-negative-or-zero -- r7rs Type rational-negative-or-zero;real-negative-or-zero-not-inf;number-negative-or-zero-not-inf;number-negative-or-zero;number-not-nan;number;number-not-inf;real-negative-or-zero;real-not-nan;complex-not-nan;complex;real;real-not-inf;complex-not-inf;rational;real-not-inf-not-nan;complex-not-inf-not-nan;number-not-inf-not-nan;integer;exact-rational;exact-real;exact-complex;exact-number;(lambda (value) (and (exact-integer? value) (or (negative? value) (zero? value))))