From 7c281301637f783beaec858a5fee665e99a6813b Mon Sep 17 00:00:00 2001 From: ppedrot Date: Mon, 11 Mar 2013 21:35:19 +0000 Subject: Allowing (Co)Fixpoint to be defined local and Let-style. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16266 85f007b7-540e-0410-9357-904b9bb8a0f7 --- doc/refman/RefMan-gal.tex | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/refman') diff --git a/doc/refman/RefMan-gal.tex b/doc/refman/RefMan-gal.tex index 64afc1aed4..f7a631d9ca 100644 --- a/doc/refman/RefMan-gal.tex +++ b/doc/refman/RefMan-gal.tex @@ -913,6 +913,8 @@ section and depending on {\ident} are prefixed by the let-in definition \begin{Variants} \item {\tt Let {\ident} : {\term$_1$} := {\term$_2$}.} +\item {\tt Let Fixpoint {\ident} \nelist{\fixpointbody}{with} {\tt .}.} +\item {\tt Let CoFixpoint {\ident} \nelist{\cofixpointbody}{with} {\tt .}.} \end{Variants} \SeeAlso Sections \ref{Section} (section mechanism), \ref{Opaque}, -- cgit v1.2.3