From 89a12a944e4a505dd5bef1d4395c4b7818fc88d3 Mon Sep 17 00:00:00 2001 From: letouzey Date: Mon, 25 Mar 2013 17:05:41 +0000 Subject: Typo in refman (fix #2962) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16369 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 f7a631d9ca..d043cda0f7 100644 --- a/doc/refman/RefMan-gal.tex +++ b/doc/refman/RefMan-gal.tex @@ -520,7 +520,7 @@ the local binding of \term$_1$ to the variable $\ident$ in There is a syntactic sugar for let-in 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 -- cgit v1.2.3