[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" ;;"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]