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:
parent
4080446c50
commit
9a48e5d1e5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user