fix SRFI-54 change
svn: r7921
This commit is contained in:
parent
521852fa53
commit
812618c6cc
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user