diff options
author | Johannes Kloos <jkloos@mpi-sws.org> | 2017-10-24 01:04:31 +0200 |
---|---|---|
committer | Johannes Kloos <jkloos@mpi-sws.org> | 2017-10-24 01:04:31 +0200 |
commit | 16061426080400749ca96fb140dd42042e51b7b9 (patch) | |
tree | 7ff191d4a7db6c4cfa3a7fbed920d01b8c431a6f /doc | |
parent | 0897d0f642c19419c513f9609782436bebf28f5b (diff) |
Fix part of 'Hard to find documentation for `(...) and `{...} #5631'
As discussed in the bug report, this adds `(...) and `{...} to the
index.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/refman/RefMan-ext.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/refman/RefMan-ext.tex b/doc/refman/RefMan-ext.tex index b27a4dc94..5c519e46e 100644 --- a/doc/refman/RefMan-ext.tex +++ b/doc/refman/RefMan-ext.tex @@ -1840,6 +1840,9 @@ This is useful for declaring the implicit type of a single variable. \subsection{Implicit generalization \label{implicit-generalization} \comindex{Generalizable Variables}} +% \textquoteleft since \` doesn't do what we want +\index{0genimpl@{\textquoteleft\{\ldots\}}} +\index{0genexpl@{\textquoteleft(\ldots)}} Implicit generalization is an automatic elaboration of a statement with free variables into a closed statement where these variables are |