[honu] already have integer, dont need int
This commit is contained in:
parent
1b81ed5d8d
commit
ae3ff467b0
|
@ -17,9 +17,6 @@
|
||||||
;;"private/function.honu"
|
;;"private/function.honu"
|
||||||
)
|
)
|
||||||
|
|
||||||
(define (int x)
|
|
||||||
(inexact->exact (round x)))
|
|
||||||
|
|
||||||
(racket:provide sqr sqrt sin max
|
(racket:provide sqr sqrt sin max
|
||||||
number? symbol?
|
number? symbol?
|
||||||
null
|
null
|
||||||
|
@ -33,7 +30,6 @@
|
||||||
filter
|
filter
|
||||||
append
|
append
|
||||||
values
|
values
|
||||||
int
|
|
||||||
regexp
|
regexp
|
||||||
(racket:rename-out [honu-cond cond]
|
(racket:rename-out [honu-cond cond]
|
||||||
[null empty]
|
[null empty]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user