src/HOL/Decision_Procs/ferrack_tac.ML
changeset 36853 c8e4102b08aa
parent 36692 54b64d4ad524
child 36945 9bec62c10714
--- a/src/HOL/Decision_Procs/ferrack_tac.ML	Wed May 12 11:18:42 2010 +0200
+++ b/src/HOL/Decision_Procs/ferrack_tac.ML	Wed May 12 12:09:28 2010 +0200
@@ -92,7 +92,7 @@
     (* The result of the quantifier elimination *)
     val (th, tac) = case prop_of pre_thm of
         Const ("==>", _) $ (Const ("Trueprop", _) $ t1) $ _ =>
-    let val pth = linr_oracle (cterm_of thy (Pattern.eta_long [] t1))
+    let val pth = linr_oracle (ctxt, Pattern.eta_long [] t1)
     in 
           (trace_msg ("calling procedure with term:\n" ^
              Syntax.string_of_term ctxt t1);