diff options
| author | Pierre-Marie Pédrot | 2014-09-11 11:53:57 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2014-09-11 11:53:57 +0200 |
| commit | 0b6bb113559381f05a101f4b288c359539f48a1a (patch) | |
| tree | b43be64551aa2f6e2751bb1849f1974b5411181c | |
| parent | 691d62a306fe072f0d91ff665a73c29400adfde4 (diff) | |
Fixing bug #3605.
| -rw-r--r-- | doc/refman/Micromega.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/refman/Micromega.tex b/doc/refman/Micromega.tex index c9180b40c5..2e4a8059ed 100644 --- a/doc/refman/Micromega.tex +++ b/doc/refman/Micromega.tex @@ -6,7 +6,7 @@ \asection{Short description of the tactics} \tacindex{psatz} \tacindex{lra} \label{sec:psatz-hurry} -The {\tt Psatz} module ({\tt Require Psatz.}) gives access to several tactics for solving arithmetic goals over +The {\tt Psatz} module ({\tt Require Import Psatz.}) gives access to several tactics for solving arithmetic goals over {\tt Z}\footnote{Support for {\tt nat} and {\tt N} is obtained by pre-processing the goal with the {\tt zify} tactic.}, {\tt Q} and {\tt R}: \begin{itemize} \item {\tt lia} is a decision procedure for linear integer arithmetic (see Section~\ref{sec:lia}); |
