Skip to content

Commit

Permalink
Typo in refman (fix #2962)
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/branches/v8.3@16371 85f007b7-540e-0410-9357-904b9bb8a0f7
  • Loading branch information
letouzey committed Mar 25, 2013
1 parent 400dc26 commit c16d2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/refman/RefMan-gal.tex
Expand Up @@ -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
Expand Down

0 comments on commit c16d2dc

Please sign in to comment.