test/Tools/isac/Knowledge/diophanteq.sml
changeset 59871 82428ca0d23e
parent 59868 d77aa0992e0f
child 59997 46fe5a8c3911
     1.1 --- a/test/Tools/isac/Knowledge/diophanteq.sml	Mon Apr 13 13:27:55 2020 +0200
     1.2 +++ b/test/Tools/isac/Knowledge/diophanteq.sml	Mon Apr 13 15:31:23 2020 +0200
     1.3 @@ -34,7 +34,7 @@
     1.4      | NONE => error "diophanteq.sml: syntax error in rewriting for usecase1";
     1.5  
     1.6  val SOME (t,_) = rewrite_inst_ thy e_rew_ord Rule_Set.empty true subst 
     1.7 -  (num_str @{thm "int_isolate_add"}) t; UnparseC.term t;
     1.8 +  (ThmC.numerals_to_Free @{thm "int_isolate_add"}) t; UnparseC.term t;
     1.9  
    1.10  val SOME (thmID,thm) = adhoc_thm thy (the(LibraryC.assoc(KEStore_Elems.get_calcs @{theory},"TIMES"))) t; 
    1.11  val SOME (t,_) = rewrite_ thy tless_true tval_rls true thm t; UnparseC.term t;