diff options
Diffstat (limited to 'doc/refman/Program.tex')
| -rw-r--r-- | doc/refman/Program.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/refman/Program.tex b/doc/refman/Program.tex index c564346a4e..7d70a7205f 100644 --- a/doc/refman/Program.tex +++ b/doc/refman/Program.tex @@ -211,9 +211,9 @@ tactic is replaced by the default one if not specified. obligations (does not work with structurally recursive programs). \end{itemize} -The module {\tt Coq.subtac.Utils} defines the default tactic for solving -obligations called {\tt subtac\_simpl}. Importing it also adds some -useful notations, as documented in the file itself. +The module {\tt Coq.Program.Tactics} defines the default tactic for solving +obligations called {\tt program\_simpl}. Importing +{\tt Coq.Program.Program} also adds some useful notations, as documented in the file itself. %%% Local Variables: %%% mode: latex |
