[honu] already have integer, dont need int

This commit is contained in:
Jon Rafkind 2012-01-18 14:10:48 -07:00
parent 1b81ed5d8d
commit ae3ff467b0

View File

@ -17,9 +17,6 @@
;;"private/function.honu"
)
(define (int x)
(inexact->exact (round x)))
(racket:provide sqr sqrt sin max
number? symbol?
null
@ -33,7 +30,6 @@
filter
append
values
int
regexp
(racket:rename-out [honu-cond cond]
[null empty]