Selaa lähdekoodia

Fix parens around "super"

Darshal Shetty 1 vuosi sitten
vanhempi
commit
c924d217e2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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}