src/Tools/isac/Knowledge/Integrate.thy
changeset 60368 d2f2386f3f06
parent 60358 8377b6c37640
child 60449 2406d378cede
     1.1 --- a/src/Tools/isac/Knowledge/Integrate.thy	Tue Aug 10 13:40:03 2021 +0200
     1.2 +++ b/src/Tools/isac/Knowledge/Integrate.thy	Tue Aug 10 19:05:59 2021 +0200
     1.3 @@ -9,7 +9,7 @@
     1.4  consts
     1.5  
     1.6    Integral            :: "[real, real]=> real" ("Integral _ D _" 91)
     1.7 -(*new_c	      :: "real => real"        ("new_c _" 66)*)
     1.8 +  add_new_c          :: "real => real"        ("add'_new'_c _" 66) 
     1.9    is_f_x            :: "real => bool"        ("_ is'_f'_x" 10)
    1.10  
    1.11    (*descriptions in the related problems*)
    1.12 @@ -102,8 +102,8 @@
    1.13  	       HOLogic.Trueprop $ (TermC.mk_equality (p, @{term False})))
    1.14    | eval_is_f_x _ _ _ _ = NONE;
    1.15  \<close>
    1.16 -setup \<open>KEStore_Elems.add_calcs
    1.17 -  [("add_new_c", ("Integrate.add_new_c" (* FIXME proper const!? *), eval_add_new_c "add_new_c_"))]\<close>
    1.18 +
    1.19 +calculation add_new_c = \<open>eval_add_new_c "add_new_c_"\<close>
    1.20  calculation is_f_x = \<open>eval_is_f_x "is_f_idextifier_"\<close>
    1.21  
    1.22  ML \<open>