.
original commit: 4ffcc99c3acec663bd7429f22b57211fcd2a8e0b
This commit is contained in:
parent
b98117e0b4
commit
2e008db7b3
|
@ -349,7 +349,7 @@
|
||||||
(define (indirect v w i)
|
(define (indirect v w i)
|
||||||
(vector-ref v (vector-ref w i)))
|
(vector-ref v (vector-ref w i)))
|
||||||
(if (empty? ops)
|
(if (empty? ops)
|
||||||
(list a b c d x)
|
(list a b c d X)
|
||||||
(let* ((op (first ops))
|
(let* ((op (first ops))
|
||||||
(indices (first op))
|
(indices (first op))
|
||||||
(k (second op))
|
(k (second op))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user