Skip to content

Commit fa99a36

Browse files
committed
Remove some scratch notes from interp.
1 parent 434ddf1 commit fa99a36

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

langs/fraud/interp.rkt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@
1313

1414
;; type Env = (Listof (List Id Value))
1515

16-
;; (list (list 'q 10) (list 'x 5) (list 'z #f) (list 'q 2))
17-
#;
18-
(let ((q 2))
19-
(let ((z #f))
20-
(let ((x 5))
21-
(let ((q 10))
22-
q))))
23-
2416
;; Expr -> Answer
2517
(define (interp e)
2618
(interp-env e '()))

0 commit comments

Comments
 (0)