We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3b512 commit da2c989Copy full SHA for da2c989
1 file changed
www/notes/grift.scrbl
@@ -228,7 +228,7 @@ the same thing by sticking in something that no variable is equal to:
228
;; Expr Expr CEnv -> Asm
229
(define (compile-+ e0 e1 c)
230
(let ((c0 (compile-e e0 c))
231
- (c1 (compile-e e1 (cons x c))))
+ (c1 (compile-e e1 (cons #f c))))
232
`(,@c0
233
(mov (offset rsp ,(add1 (- (length c)))) rax)
234
,@c1
0 commit comments