From 2de683db51b44b8051ead6d89be67f0185e7e87d Mon Sep 17 00:00:00 2001 From: msozeau Date: Tue, 7 Aug 2007 18:36:25 +0000 Subject: Move Program tactics into a proper theories/ directory as they are general purpose and can be used directly be the user. Document them. Change Prelude to disambiguate an import of a Tactics module. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10060 85f007b7-540e-0410-9357-904b9bb8a0f7 --- doc/refman/RefMan-ind.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/refman/RefMan-ind.tex b/doc/refman/RefMan-ind.tex index 0d5017f8ba..ecb872b0e8 100644 --- a/doc/refman/RefMan-ind.tex +++ b/doc/refman/RefMan-ind.tex @@ -502,7 +502,7 @@ conjunction of their conclusions. For exemple, we can combine the induction principles for trees and forests: \begin{coq_example*} -Mutual Scheme tree_forest_mutind from tree_ind, forest_ind. +Combined Scheme tree_forest_mutind from tree_ind, forest_ind. Check tree_forest_mutind. \end{coq_example*} -- cgit v1.2.3