fix SRFI-54 change

svn: r7921
This commit is contained in:
Matthew Flatt 2007-12-07 20:11:53 +00:00
parent 521852fa53
commit 812618c6cc

View File

@ -244,9 +244,6 @@
#t
#f)))))
(define (exact-integer? n)
(and (integer? n) (exact? n)))
(define (exact-integer/string? ns)
(or (and (integer? ns)
(exact? ns))