aboutsummaryrefslogtreecommitdiff
path: root/doc/refman/Program.tex
diff options
context:
space:
mode:
authormsozeau2008-05-13 14:44:23 +0000
committermsozeau2008-05-13 14:44:23 +0000
commitc80601d8890fd3131db0560db9fa0c18a44dd548 (patch)
tree628c2fa892df421fc83471fad8811db6e40e3912 /doc/refman/Program.tex
parenta7e43bf177ae411c0c17e20d522b019741f6000c (diff)
- Fix bug related to indices of fixpoints.
- Add a typeclasses_eauto which uses only the typeclass_instances database. - Set obligations as transparent by default to avoid the common problem with ill-formed recursive defs due to opaque obligations. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10925 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'doc/refman/Program.tex')
-rw-r--r--doc/refman/Program.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/refman/Program.tex b/doc/refman/Program.tex
index 5fe218fa50..0f6a5cbf6c 100644
--- a/doc/refman/Program.tex
+++ b/doc/refman/Program.tex
@@ -230,8 +230,8 @@ tactic is replaced by the default one if not specified.
Shows the term that will be fed to
the kernel once the obligations are solved. Useful for debugging.
\item {\tt Set Transparent Obligations}\comindex{Set Transparent Obligations}
- Force all obligations to be declared as transparent, otherwise let the
- system infer which obligations can be declared opaque.
+ Control whether all obligations should be declared as transparent (the
+ default), or if the system should infer which obligations can be declared opaque.
\end{itemize}
The module {\tt Coq.Program.Tactics} defines the default tactic for solving