src/Provers/order.ML
changeset 22578 b0eb5652f210
parent 19617 7cb4b67d4b97
child 23577 c5b93c69afd3
--- a/src/Provers/order.ML	Wed Apr 04 00:10:59 2007 +0200
+++ b/src/Provers/order.ML	Wed Apr 04 00:11:03 2007 +0200
@@ -77,7 +77,7 @@
 
 (* Extract subgoal with signature *)
 fun SUBGOAL goalfun i st =
-  goalfun (List.nth(prems_of st, i-1),  i, sign_of_thm st) st
+  goalfun (List.nth(prems_of st, i-1),  i, Thm.theory_of_thm st) st
                              handle Subscript => Seq.empty;
 
 (* Internal datatype for the proof *)