diff options
| author | Matthieu Sozeau | 2016-04-04 14:49:06 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2016-04-04 14:49:06 +0200 |
| commit | 16536fd734d6a7aaa6ff85f56cef629df74ce36a (patch) | |
| tree | a9ffc8d0830c7c826ea164b5267f95985365fe63 /doc | |
| parent | 5569a06d062f913c66cbcb8bd01d4505e603d321 (diff) | |
| parent | 6aa58955515dff338ea85d59073dfc0d0c7648ab (diff) | |
Merge branch 'trunk-function_scope' of https://github.com/JasonGross/coq into JasonGross-trunk-function_scope
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 |
