소스 검색

typo in Rfun example program

Andrew Tolmach 4 년 전
부모
커밋
ab65df7135
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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))