Working on 4.76

This commit is contained in:
2021-03-06 17:32:07 -05:00
parent 823f0e34dd
commit 751e20229c
2 changed files with 84 additions and 14 deletions

View File

@@ -465,7 +465,6 @@
(define (extend variable value frame)
(cons (make-binding variable value) frame))
;;;;From Section 4.1