src/HOL/Tools/SMT2/smt2_real.ML
changeset 56098 d530cc905c2f
parent 56090 34bd10a9a2ad
child 57229 489083abce44
--- a/src/HOL/Tools/SMT2/smt2_real.ML	Thu Mar 13 13:18:14 2014 +0100
+++ b/src/HOL/Tools/SMT2/smt2_real.ML	Thu Mar 13 13:18:14 2014 +0100
@@ -116,6 +116,6 @@
   SMTLIB2_Interface.add_logic (10, smtlib_logic) #>
   setup_builtins #>
   Z3_New_Interface.add_mk_builtins z3_mk_builtins #>
-  Z3_New_Proof_Tools.add_simproc real_linarith_proc))
+  Z3_New_Replay_Util.add_simproc real_linarith_proc))
 
 end