src/HOLCF/IOA/meta_theory/Sequence.ML
changeset 14643 130076a81b84
parent 12218 6597093b77e7
child 14981 e73f8140af78
--- a/src/HOLCF/IOA/meta_theory/Sequence.ML	Thu Apr 22 10:49:30 2004 +0200
+++ b/src/HOLCF/IOA/meta_theory/Sequence.ML	Thu Apr 22 10:52:32 2004 +0200
@@ -1012,7 +1012,7 @@
 (*Generalizes over all free variables, with the named var outermost.*)
 fun all_frees_tac x i thm =
   let
-    val tsig = #tsig (Sign.rep_sg (#sign (rep_thm thm)));
+    val tsig = Sign.tsig_of (Thm.sign_of_thm thm);
     val frees = add_frees tsig (nth_elem (i - 1, prems_of thm), [x]);
     val frees' = sort (op >) (frees \ x) @ [x];
   in