فهرست منبع

Merge pull request #162 from DarshalShetty/fix-interp-Lvar-class

Fix parens around "super"
Jeremy G. Siek 1 سال پیش
والد
کامیت
bd1e98a05c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -2139,7 +2139,7 @@ inherits from the class for \LangInt{}, and the method
          (define env^ (dict-set env x v))
          (define env^ (dict-set env x v))
          ((interp_exp env^) body)]
          ((interp_exp env^) body)]
         [else
         [else
-         (super (interp_exp env) e)]))
+         ((super interp_exp env) e)]))
     ...
     ...
   ))
   ))
 \end{lstlisting}
 \end{lstlisting}