diff options
| author | Matthieu Sozeau | 2016-05-17 17:37:04 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2016-06-29 12:16:29 +0200 |
| commit | acfb1b779381e56b50e5de42ca835f7e5e31e604 (patch) | |
| tree | 68fec9d2053bc00d02e20b5906732a9dc1515734 /doc/refman/Program.tex | |
| parent | 410b3cc1cc0f677e052cfedcee03e14521264b64 (diff) | |
Fixes in documentation.
Diffstat (limited to 'doc/refman/Program.tex')
| -rw-r--r-- | doc/refman/Program.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/refman/Program.tex b/doc/refman/Program.tex index e07d64cf90..2fc1c8764a 100644 --- a/doc/refman/Program.tex +++ b/doc/refman/Program.tex @@ -70,19 +70,19 @@ will be first rewritten to: \end{itemize} -There are global options to control the generation of equalities +There are options to control the generation of equalities and coercions. \begin{itemize} \item {\tt Unset Program Cases}\optindex{Program Cases} This deactivates the special treatment of pattern-matching generating equalities and - inequalities when using Program (it is on by default). All + inequalities when using \Program\ (it is on by default). All pattern-matchings and let-patterns are handled using the standard - algorithm of Coq (see Section~\ref{Caseexpr}) when this options is + algorithm of Coq (see Section~\ref{Mult-match-full}) when this option is deactivated. \item {\tt Unset Program Generalized Coercion}\optindex{Program Generalized Coercion} This deactivates the coercion of general - inductive types when using Program (the option is on by default). + inductive types when using \Program\ (the option is on by default). Coercion of subset types and pairs is still active in this case. \end{itemize} |
