src/Tools/isac/Knowledge/DiophantEq.thy
changeset 59852 ea7e6679080e
parent 59850 f3cac3053e7b
child 59898 68883c046963
     1.1 --- a/src/Tools/isac/Knowledge/DiophantEq.thy	Mon Apr 06 11:44:36 2020 +0200
     1.2 +++ b/src/Tools/isac/Knowledge/DiophantEq.thy	Wed Apr 08 12:32:51 2020 +0200
     1.3 @@ -21,7 +21,7 @@
     1.4            (*                                      TODO: drop ^^^^^*)
     1.5            ("#Where" ,[]),
     1.6            ("#Find"  ,["boolTestFind s_s"])],
     1.7 -        Rule_Set.e_rls, SOME "solve (e_e::bool, v_v::int)", [["LinEq","solve_lineq_equation"]]))]\<close>
     1.8 +        Rule_Set.empty, SOME "solve (e_e::bool, v_v::int)", [["LinEq","solve_lineq_equation"]]))]\<close>
     1.9  
    1.10  text \<open>method solving the usecase\<close>
    1.11  
    1.12 @@ -39,7 +39,7 @@
    1.13            (*                                      TODO: drop ^^^^^*)
    1.14            ("#Where" ,[]),
    1.15            ("#Find"  ,["boolTestFind s_s"])],
    1.16 -        {rew_ord' = "e_rew_ord", rls' = tval_rls, srls = Rule_Set.e_rls, prls = Rule_Set.e_rls, calc = [],
    1.17 +        {rew_ord' = "e_rew_ord", rls' = tval_rls, srls = Rule_Set.empty, prls = Rule_Set.empty, calc = [],
    1.18            crls = tval_rls, errpats = [], nrls = Test_simplify},
    1.19          @{thm diophant_equation.simps})]
    1.20  \<close>