Integers include inexact single-float integers.
Closes PR13103. original commit: adceb4322acbb31cfed9fdb2ab2825db46074f21
This commit is contained in:
parent
dc38b069d9
commit
062d973d04
|
@ -686,7 +686,7 @@
|
|||
[zero? (asym-pred N B (-FS (-filter (Un -RealZero -InexactComplex) 0)
|
||||
(-not-filter -RealZero 0)))]
|
||||
[number? (make-pred-ty N)]
|
||||
[integer? (asym-pred Univ B (-FS (-filter (Un -Int -Flonum) 0) ; inexact-integers exist...
|
||||
[integer? (asym-pred Univ B (-FS (-filter (Un -Int -Flonum -SingleFlonum) 0) ; inexact-integers exist...
|
||||
(-not-filter -Int 0)))]
|
||||
[exact-integer? (make-pred-ty -Int)]
|
||||
[real? (make-pred-ty -Real)]
|
||||
|
|
Loading…
Reference in New Issue
Block a user