Updated comment to reflect current state.
authorRafal Kolanski <rafal.kolanski@nicta.com.au>
Tue, 19 Jun 2012 11:18:09 +0200
changeset 48107 6cebeee3863e
parent 48105 a0e4618d6fed
child 48108 f93433b451b8
Updated comment to reflect current state.
src/Provers/hypsubst.ML
--- a/src/Provers/hypsubst.ML	Mon Jun 18 17:50:06 2012 +0200
+++ b/src/Provers/hypsubst.ML	Tue Jun 19 11:18:09 2012 +0200
@@ -2,7 +2,7 @@
     Authors:    Martin D Coen, Tobias Nipkow and Lawrence C Paulson
     Copyright   1995  University of Cambridge
 
-Basic equational reasoning: hyp_subst_tac and methods "hypsubst", "subst".
+Basic equational reasoning: hyp_subst_tac and methods "hypsubst", "simplesubst".
 
 Tactic to substitute using (at least) the assumption x=t in the rest
 of the subgoal, and to delete (at least) that assumption.  Original