From c16d2dc64f8edd3bf86733d97c7df6e0cf64f770 Mon Sep 17 00:00:00 2001 From: letouzey Date: Mon, 25 Mar 2013 17:07:47 +0000 Subject: [PATCH] Typo in refman (fix #2962) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/branches/v8.3@16371 85f007b7-540e-0410-9357-904b9bb8a0f7 --- doc/refman/RefMan-gal.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/refman/RefMan-gal.tex b/doc/refman/RefMan-gal.tex index d14895917e2f..623fed35d2d6 100644 --- a/doc/refman/RefMan-gal.tex +++ b/doc/refman/RefMan-gal.tex @@ -516,7 +516,7 @@ \subsection{Local definitions (let-in) There is a syntactic sugar for local definition of functions: {\tt let} {\ident} {\binder$_1$} {\ldots} {\binder$_n$} {\tt :=} {\term$_1$} {\tt in} {\term$_2$} stands for {\tt let} {\ident} {\tt := fun} -{\binder$_1$} {\ldots} {\binder$_n$} {\tt =>} {\term$_2$} {\tt in} +{\binder$_1$} {\ldots} {\binder$_n$} {\tt =>} {\term$_1$} {\tt in} {\term$_2$}. \subsection{Definition by case analysis