diff options
author | 2013-03-11 21:35:19 +0000 | |
---|---|---|
committer | 2013-03-11 21:35:19 +0000 | |
commit | 7c281301637f783beaec858a5fee665e99a6813b (patch) | |
tree | be517bc917ed6dba36024659335763850918e5d5 /doc/refman | |
parent | 14d27313ae3bdec2a61ce04cee9129b6e6775252 (diff) |
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
Diffstat (limited to 'doc/refman')
-rw-r--r-- | doc/refman/RefMan-gal.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/refman/RefMan-gal.tex b/doc/refman/RefMan-gal.tex index 64afc1aed..f7a631d9c 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}, |