src/Tools/isac/Knowledge/Integrate.thy
changeset 60313 8d89a214aedc
parent 60312 35f7b2f61797
child 60335 7701598a2182
     1.1 --- a/src/Tools/isac/Knowledge/Integrate.thy	Mon Jun 21 16:18:27 2021 +0200
     1.2 +++ b/src/Tools/isac/Knowledge/Integrate.thy	Mon Jun 21 20:06:12 2021 +0200
     1.3 @@ -103,8 +103,9 @@
     1.4    | eval_is_f_x _ _ _ _ = NONE;
     1.5  \<close>
     1.6  setup \<open>KEStore_Elems.add_calcs
     1.7 -  [("add_new_c", ("Integrate.add_new_c" (* FIXME proper const!? *), eval_add_new_c "add_new_c_")),
     1.8 -    ("is_f_x", (\<^const_name>\<open>is_f_x\<close>, eval_is_f_x "is_f_idextifier_"))]\<close>
     1.9 +  [("add_new_c", ("Integrate.add_new_c" (* FIXME proper const!? *), eval_add_new_c "add_new_c_"))]\<close>
    1.10 +calculation is_f_x = \<open>eval_is_f_x "is_f_idextifier_"\<close>
    1.11 +
    1.12  ML \<open>
    1.13  (** rulesets **)
    1.14