bind `double-flonum?' so that it has its own name
This commit is contained in:
parent
1e09a544a6
commit
9f7ea2435e
|
@ -21,7 +21,6 @@
|
||||||
with-output-to-file
|
with-output-to-file
|
||||||
regexp-replace*
|
regexp-replace*
|
||||||
new-apply-proc)
|
new-apply-proc)
|
||||||
(rename flonum? double-flonum?) ; for symmetry with single-flonum?
|
|
||||||
struct
|
struct
|
||||||
(all-from "hash.rkt")
|
(all-from "hash.rkt")
|
||||||
(all-from "list.rkt")
|
(all-from "list.rkt")
|
||||||
|
|
|
@ -103,6 +103,9 @@
|
||||||
stx
|
stx
|
||||||
stx))))
|
stx))))
|
||||||
|
|
||||||
|
(define-values (double-flonum?) ; for symmetry with single-flonum?
|
||||||
|
(lambda (x) (flonum? x)))
|
||||||
|
|
||||||
(#%provide (all-from-except "more-scheme.rkt" old-case fluid-let)
|
(#%provide (all-from-except "more-scheme.rkt" old-case fluid-let)
|
||||||
(all-from "misc.rkt")
|
(all-from "misc.rkt")
|
||||||
(all-from "define.rkt")
|
(all-from "define.rkt")
|
||||||
|
@ -144,4 +147,5 @@
|
||||||
(rename define-struct* define-struct)
|
(rename define-struct* define-struct)
|
||||||
define-struct/derived
|
define-struct/derived
|
||||||
struct-field-index
|
struct-field-index
|
||||||
struct-copy))
|
struct-copy
|
||||||
|
double-flonum?))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user