fix SRFI-54 change
svn: r7921
This commit is contained in:
parent
521852fa53
commit
812618c6cc
|
@ -244,9 +244,6 @@
|
||||||
#t
|
#t
|
||||||
#f)))))
|
#f)))))
|
||||||
|
|
||||||
(define (exact-integer? n)
|
|
||||||
(and (integer? n) (exact? n)))
|
|
||||||
|
|
||||||
(define (exact-integer/string? ns)
|
(define (exact-integer/string? ns)
|
||||||
(or (and (integer? ns)
|
(or (and (integer? ns)
|
||||||
(exact? ns))
|
(exact? ns))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user