Removed a bogus provide and two bogus tests.

(Which worked because the same functionality is part of `racket'.)

original commit: 2eb0a9467723ef0c00b6f2e14ee3a7ec9e61b6bd
This commit is contained in:
Eli Barzilay 2011-06-06 10:02:48 -04:00
parent a156863f5b
commit 5ec78220b9
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
(utils tc-utils)
racket/list
racket/match
racket/function
unstable/function
(except-in racket/contract/base ->* ->)
(prefix-in c: racket/contract/base)

View File

@ -4,6 +4,7 @@
(require (types abbrev numeric-predicates)
(rep type-rep)
racket/function
unstable/function
(for-template racket/base racket/contract racket/flonum (types numeric-predicates)))