Prechádzať zdrojové kódy

Fix parens around "super"

Darshal Shetty 1 rok pred
rodič
commit
c924d217e2
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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}