src/Pure/raw_simplifier.ML
changeset 46186 9ae331a1d8c5
parent 45625 750c5a47400b
child 46460 68cf3d3550b5
--- a/src/Pure/raw_simplifier.ML	Wed Jan 11 16:23:59 2012 +0100
+++ b/src/Pure/raw_simplifier.ML	Wed Jan 11 16:25:34 2012 +0100
@@ -1322,7 +1322,7 @@
 (*Prunes all redundant parameters from the proof state by rewriting.
   DOES NOT rewrite main goal, where quantification over an unused bound
     variable is sometimes done to avoid the need for cut_facts_tac.*)
-val prune_params_tac = rewrite_goals_tac [triv_forall_equality];
+val prune_params_tac = rewrite_goals_tac [Drule.triv_forall_equality];
 
 
 (* for folding definitions, handling critical pairs *)