From ae3ff467b0a96e0b408c8472ef0c5803c0f84a44 Mon Sep 17 00:00:00 2001 From: Jon Rafkind Date: Wed, 18 Jan 2012 14:10:48 -0700 Subject: [PATCH] [honu] already have integer, dont need int --- collects/honu/main.rkt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/collects/honu/main.rkt b/collects/honu/main.rkt index fc12954720..630e12c4a4 100644 --- a/collects/honu/main.rkt +++ b/collects/honu/main.rkt @@ -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]