Removed unnecessary require.

original commit: 1c4a6546d0c6c50196d63b09c49aa4ed35f6e789
This commit is contained in:
Eric Dobson 2013-05-26 01:32:47 -07:00
parent dd66ef95ce
commit 3787cd68f2

View File

@ -1,11 +1,5 @@
#lang s-exp "type-env-lang.rkt"
;; This require is necessary, otherwise a somewhat random
;; selection of unit tests fail.
;;
;; I don't understand this at all. :(
;; -- STH, 6/26/12
(require (for-syntax "../env/global-env.rkt"))
(require "../types/abbrev.rkt" "../types/union.rkt" "../types/numeric-tower.rkt" "../rep/type-rep.rkt")
[Complex -Number]