Prep array-broadcast.rkt for TR negation fix

This commit is contained in:
Neil Toronto 2014-02-26 07:40:04 -07:00
parent 73967fcfec
commit 26feec0caf

View File

@ -46,7 +46,7 @@
new-arr
(array-default-strict new-arr))]))
(: shape-insert-axes (Indexes Fixnum -> Indexes))
(: shape-insert-axes (Indexes Integer -> Indexes))
(define (shape-insert-axes ds n)
(vector-append ((inst make-vector Index) n 1) ds))