diff options
author | Enrico Tassi <Enrico.Tassi@inria.fr> | 2014-10-22 13:24:52 +0200 |
---|---|---|
committer | Enrico Tassi <Enrico.Tassi@inria.fr> | 2014-10-22 16:00:01 +0200 |
commit | 356597ffc42b9298e27e0af2cfd05fe73f6d1383 (patch) | |
tree | 0b3704b637695bb817df673fd1c89da17a960b10 | |
parent | cb93c558cc3d30a486d45f4e4c54799e1a9c889f (diff) |
Move 'Arguments: clear implicits' to 2.7.4 (Close 2891)
-rw-r--r-- | doc/refman/RefMan-ext.tex | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/doc/refman/RefMan-ext.tex b/doc/refman/RefMan-ext.tex index f71f99e76..51aba9570 100644 --- a/doc/refman/RefMan-ext.tex +++ b/doc/refman/RefMan-ext.tex @@ -1268,6 +1268,13 @@ After the above declaration is issued, implicit arguments can just (and have to) be skipped in any expression involving an application of {\qualid}. +Implicit arguments can be cleared with the following syntax: + +\begin{quote} +{\tt Arguments {\qualid} : clear implicits +\comindex{Arguments}} +\end{quote} + \begin{Variants} \item {\tt Global Arguments {\qualid} \nelist{\possiblybracketedident}{} \comindex{Global Arguments}} @@ -1403,21 +1410,6 @@ Variables (a b c : X) (r1 : R a b) (r2 : R b c). Check (p r1 r2). \end{coq_example} -Implicit arguments can be cleared with the following syntax: - -\begin{quote} -{\tt Arguments {\qualid} : clear implicits -\comindex{Arguments}} -\end{quote} - -In the following example implict arguments declarations for the {\tt nil} -constant are cleared: -\begin{coq_example} -Arguments cons : clear implicits. -Print Implicit cons. -\end{coq_example} - - \subsection{Mode for automatic declaration of implicit arguments \label{Auto-implicit} \comindex{Set Implicit Arguments} |