Update option names in documentation

This commit is contained in:
Rob Dockins 2021-02-11 16:27:04 -08:00
parent 08bfdc8de1
commit 0abde1e55e
3 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ zero or more of the following fields:
+ ``base``: What base to display numbers in (default ``10``).
+ ``prefix of infinite lengths``: How much of an infinite sequence to display (default ``5``.
+ ``floating point base``: What base to display floating point numbers in (default ``10``).
+ ``floating point format``: The output format used to display floating point numbers (accepts strings in the same format as the argument to ``:set fp-format`` in the REPL).
+ ``floating point format``: The output format used to display floating point numbers (accepts strings in the same format as the argument to ``:set fpFormat`` in the REPL).
Module Management
=================

Binary file not shown.

View File

@ -160,12 +160,12 @@ have defined, along with their types.
\hline
\texttt{ascii} & \texttt{off} & print sequences of bytes as a string \\
\texttt{base} & \texttt{16} & numeric base for printing words \\
\texttt{ignore-safety} & \texttt{off} & ignore safety predicates when performing \texttt{:sat} or \texttt{:prove} checks \\
\texttt{ignoreSafety} & \texttt{off} & ignore safety predicates when performing \texttt{:sat} or \texttt{:prove} checks \\
\texttt{infLength} & \texttt{5} & number of elements to show from an infinite sequence \\
\texttt{prover} & \texttt{z3} & which SMT solver to use for \texttt{:prove} \\
\texttt{satNum} & \texttt{1} & maximum number of solutions to show for \texttt{:sat} \\
\texttt{show-examples} & \texttt{on} & whether to print counterexamples and models \\
\texttt{smtfile} & \texttt{-} & file to write SMT problems when \texttt{prover = offline} \\
\texttt{showExamples} & \texttt{on} & whether to print counterexamples and models \\
\texttt{smtFile} & \texttt{-} & file to write SMT problems when \texttt{prover = offline} \\
\texttt{tests} & \texttt{100} & number of tests to run for \texttt{:check} \\
\hline
\end{tabular*}