src/Provers/blast.ML
changeset 30558 2ef9892114fd
parent 30541 9f168bdc468a
child 30609 983e8b6e4e69
--- a/src/Provers/blast.ML	Tue Mar 17 13:33:21 2009 +0100
+++ b/src/Provers/blast.ML	Tue Mar 17 14:09:20 2009 +0100
@@ -564,11 +564,11 @@
       (Const ("*Goal*", _) $ G) =>
         let val pG = mk_Trueprop (toTerm 2 G)
             val intrs = maps (fn (inet,_) => Net.unify_term inet pG) nps
-        in  map (fromIntrRule thy vars o #2) (Tactic.orderlist intrs)  end
+        in  map (fromIntrRule thy vars o #2) (order_list intrs)  end
     | _ =>
         let val pP = mk_Trueprop (toTerm 3 P)
             val elims = maps (fn (_,enet) => Net.unify_term enet pP) nps
-        in  map_filter (fromRule thy vars o #2) (Tactic.orderlist elims)  end;
+        in  map_filter (fromRule thy vars o #2) (order_list elims)  end;
 
 
 (*Normalize a branch--for tracing*)