src/HOL/Decision_Procs/langford.ML
changeset 44121 44adaa6db327
parent 38864 4abe644fcea5
child 45654 cf10bde35973
--- a/src/HOL/Decision_Procs/langford.ML	Wed Aug 10 20:12:36 2011 +0200
+++ b/src/HOL/Decision_Procs/langford.ML	Wed Aug 10 20:53:43 2011 +0200
@@ -113,7 +113,7 @@
   val eqI = instantiate' [] [SOME ll, SOME rr] @{thm iffI}
  in Thm.implies_elim (Thm.implies_elim eqI thl) thr |> mk_meta_eq end;
 
-fun contains x ct = member (op aconv) (OldTerm.term_frees (term_of ct)) (term_of x);
+fun contains x ct = member (op aconv) (Misc_Legacy.term_frees (term_of ct)) (term_of x);
 
 fun is_eqx x eq = case term_of eq of
    Const(@{const_name HOL.eq},_)$l$r => l aconv term_of x orelse r aconv term_of x