We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57212c7 commit a2c49b2Copy full SHA for a2c49b2
int_exp.rkt
@@ -68,7 +68,6 @@
68
(define/public (binary-op->inst op)
69
(match op
70
['+ 'addq]
71
- ['- 'subq]
72
[else (error "in binary-op->inst unmatched" op)]
73
))
74
tests/s3_18.rkt
@@ -3,7 +3,7 @@
3
(vector v)
4
(let ([junk (vector (vector 1) (vector 2)(vector 1) (vector 2)
5
(vector 1))])
6
- (o (- i 1) v))))
+ (o (+ i (- 1)) v))))
7
8
(define (t [v : (Vector (Vector Integer))])
9
: (Vector (Vector (Vector Integer)))
0 commit comments