tuned names;
authorwenzelm
Fri, 25 Nov 2005 18:58:38 +0100
changeset 18252 9e2c15ae0e86
parent 18251 552bbf45233e
child 18253 0626a0a217ec
tuned names;
src/Pure/goal.ML
--- a/src/Pure/goal.ML	Fri Nov 25 18:58:37 2005 +0100
+++ b/src/Pure/goal.ML	Fri Nov 25 18:58:38 2005 +0100
@@ -18,7 +18,7 @@
   val conclude: thm -> thm
   val finish: thm -> thm
   val norm_hhf: thm -> thm
-  val norm_hhf_protected: thm -> thm
+  val norm_hhf_protect: thm -> thm
   val compose_hhf: thm -> int -> thm -> thm Seq.seq
   val compose_hhf_tac: thm -> int -> tactic
   val comp_hhf: thm -> thm -> thm
@@ -90,7 +90,7 @@
 in
 
 val norm_hhf = gen_norm_hhf ss;
-val norm_hhf_protected = gen_norm_hhf (ss addeqcongs [Drule.protect_cong]);
+val norm_hhf_protect = gen_norm_hhf (ss addeqcongs [Drule.protect_cong]);
 
 end;