From ed078f318d7c293b792d413085f4a64f139bcbed Mon Sep 17 00:00:00 2001 From: lnargang Date: Wed, 17 Sep 2025 15:43:37 -0400 Subject: [PATCH] Fix interp-Lint typo --- interp-Lint.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interp-Lint.rkt b/interp-Lint.rkt index f3a9fa0..0063b33 100644 --- a/interp-Lint.rkt +++ b/interp-Lint.rkt @@ -10,7 +10,7 @@ ;; A copy of this interpreter is in the book and should be ;; kept in sync with this code. This code does not use ;; the match 'app' feature because the book doesn't introduce -;; that until a later. +;; that until later. (define (interp_exp e) (match e