Use nonnegative-integer? in favor of natural-number?
#23
Merged
jessealama
merged 2 commits from nonnegative-integer
into master
6 years ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'nonnegative-integer'
Deleting a branch is permanent. It CANNOT be undone. Continue?
The natural-number? predicate seems to be
unavailable (though there is a remnant of it in the form of
natural-number/c
, which is just a contract alias ofexact-nonnegative-integer?
). In any case, it surely meansnonnegative integer.
(One might push the envelope here slightly and add
exactness, but this commit does not go that far.)
They should all be exact. And now they are. Thanks!
460a5480fc
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.