diff options
| author | Matej Kosik | 2016-04-04 15:18:06 +0200 |
|---|---|---|
| committer | Matej Kosik | 2016-04-04 15:18:06 +0200 |
| commit | 7a825927ec81239777012533155dcce6d4defc18 (patch) | |
| tree | 211831d30e0a3905bb7b72900d9ae58866f32963 /doc | |
| parent | 6a1fb5ffbb9fd63fc0c2445b9391229a959e3608 (diff) | |
| parent | 16536fd734d6a7aaa6ff85f56cef629df74ce36a (diff) | |
Merge branch 'trunk' of git+ssh://scm.gforge.inria.fr/gitroot/coq/coq into trunk
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/refman/RefMan-syn.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/refman/RefMan-syn.tex b/doc/refman/RefMan-syn.tex index aabc8a8995..3af72db78e 100644 --- a/doc/refman/RefMan-syn.tex +++ b/doc/refman/RefMan-syn.tex @@ -860,11 +860,11 @@ statically. For instance, if {\tt f} is a polymorphic function of type {\scope}, then {\tt a} of type {\tt t} in {\tt f~t~a} is not recognized as an argument to be interpreted in scope {\scope}. -\comindex{Bind Scope} -Any global reference can be bound by default to an -interpretation scope. The command to do it is +\comindex{Bind Scope} +More generally, any {\class} (see Chapter~\ref{Coercions-full}) can be +bound to an interpretation scope. The command to do it is \begin{quote} -{\tt Bind Scope} {\scope} \texttt{with} {\qualid} +{\tt Bind Scope} {\scope} \texttt{with} {\class} \end{quote} \Example |
