number-positive-or-zero-not-inf -- r7rs Type
§

Sub-types tree
§

Super-types
§

Super-types recursive
§

Sub-types
§

Sub-types recursive
§

Predicate
§

(lambda (value) (and (number? value) (or (positive? value) (zero? value)) (not (infinite? value))))

Categories
§

Categories recursive
§