Explorar el Código

typo in Rfun example program

Andrew Tolmach hace 4 años
padre
commit
ab65df7135
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -9137,7 +9137,7 @@ The program applies
 \end{lstlisting}
 \begin{lstlisting}[style=ocaml]
 (define mapvec (f : (int -> int)) (v : (# int int)) : (# int int)
-  (#  (f (! 0 v)) (f (! 1 v)))
+  (#  (f (! 0 v)) (f (! 1 v))))
 
 (define add1 (x : int) : int 
   (+ x 1))