test/Tools/isac/Knowledge/diophanteq.sml
changeset 60509 2e0b7ca391dc
parent 60500 59a3af532717
child 60519 70b30d910fd5
     1.1 --- a/test/Tools/isac/Knowledge/diophanteq.sml	Wed Aug 03 18:17:27 2022 +0200
     1.2 +++ b/test/Tools/isac/Knowledge/diophanteq.sml	Thu Aug 04 12:48:37 2022 +0200
     1.3 @@ -33,7 +33,7 @@
     1.4        SOME t' => t'
     1.5      | NONE => error "diophanteq.sml: syntax error in rewriting for usecase1";
     1.6  
     1.7 -val SOME (t,_) = rewrite_inst_ ctxt e_rew_ord Rule_Set.empty true subst 
     1.8 +val SOME (t,_) = rewrite_inst_ ctxt Rewrite_Ord.function_empty Rule_Set.empty true subst 
     1.9    @{thm "int_isolate_add"} t; UnparseC.term t;
    1.10  
    1.11  val SOME (thmID,thm) = adhoc_thm thy (the(LibraryC.assoc(KEStore_Elems.get_calcs @{theory},"TIMES"))) t;