src/HOL/Tools/ATP/atp_systems.ML
changeset 47030 7e80e14247fc
parent 47029 72802e2edda4
child 47031 26dd49368db6
--- a/src/HOL/Tools/ATP/atp_systems.ML	Tue Mar 20 00:44:30 2012 +0100
+++ b/src/HOL/Tools/ATP/atp_systems.ML	Tue Mar 20 00:44:30 2012 +0100
@@ -228,7 +228,7 @@
                          e_fun_weight_base e_sym_offs_weight_base)
   |> Real.ceil |> signed_string_of_int
 
-fun e_selection_weight_arguments ctxt method weights =
+fun e_selection_weight_arguments ctxt method sel_weights =
   if method = e_autoN then
     "-xAutoDev"
   else
@@ -244,7 +244,7 @@
          e_default_fun_weight e_default_sym_offs_weight
      |> Config.get ctxt |> Real.ceil |> signed_string_of_int) ^
     ",20,1.5,1.5,1" ^
-    (weights ()
+    (sel_weights ()
      |> map (fn (s, w) => "," ^ s ^ ":" ^
                           scaled_e_selection_weight ctxt method w)
      |> implode) ^
@@ -260,9 +260,9 @@
   {exec = ("E_HOME", "eproof"),
    required_execs = [],
    arguments =
-     fn ctxt => fn _ => fn method => fn timeout => fn weights =>
+     fn ctxt => fn _ => fn method => fn timeout => fn sel_weights =>
         "--tstp-in --tstp-out -l5 " ^
-        e_selection_weight_arguments ctxt method weights ^
+        e_selection_weight_arguments ctxt method sel_weights ^
         " -tAutoDev --silent --cpu-limit=" ^ string_of_int (to_secs 2 timeout),
    proof_delims = tstp_proof_delims,
    known_failures =