src/Pure/meta_simplifier.ML
changeset 30552 58db56278478
parent 30356 36d0e00af606
child 30908 7ccf4a3d764c
--- a/src/Pure/meta_simplifier.ML	Mon Mar 16 19:40:03 2009 +0100
+++ b/src/Pure/meta_simplifier.ML	Mon Mar 16 23:36:55 2009 +0100
@@ -73,6 +73,8 @@
   val prune_params_tac: tactic
   val fold_rule: thm list -> thm -> thm
   val fold_goals_tac: thm list -> tactic
+  val norm_hhf: thm -> thm
+  val norm_hhf_protect: thm -> thm
 end;
 
 signature META_SIMPLIFIER =
@@ -122,8 +124,6 @@
     (simpset -> thm -> thm option) -> simpset -> int -> thm -> thm
   val asm_rewrite_goal_tac: bool * bool * bool ->
     (simpset -> tactic) -> simpset -> int -> tactic
-  val norm_hhf: thm -> thm
-  val norm_hhf_protect: thm -> thm
   val rewrite: bool -> thm list -> conv
   val simplify: bool -> thm list -> thm -> thm
 end;