浏览代码

Fix parens around "super"

Darshal Shetty 1 年之前
父节点
当前提交
c924d217e2
共有 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))
          ((interp_exp env^) body)]
         [else
-         (super (interp_exp env) e)]))
+         ((super interp_exp env) e)]))
     ...
   ))
 \end{lstlisting}