math: avoid import at unnecessary phase

This repair avoids using at compile time external libraries that
are needed at run time.
This commit is contained in:
Matthew Flatt 2012-11-16 14:03:04 -07:00
parent 4080446c50
commit 9a48e5d1e5

View File

@ -5,9 +5,7 @@
in-column)
(require math/array
(except-in math/matrix in-row in-column)
(for-syntax (except-in math/matrix in-row in-column))
(for-template (except-in math/matrix in-row in-column)))
(except-in math/matrix in-row in-column))
;;; COMPREHENSIONS