src/Tools/isac/Knowledge/DiophantEq.thy
changeset 59850 f3cac3053e7b
parent 59637 8881c5d28f82
child 59852 ea7e6679080e
     1.1 --- a/src/Tools/isac/Knowledge/DiophantEq.thy	Wed Apr 01 19:20:05 2020 +0200
     1.2 +++ b/src/Tools/isac/Knowledge/DiophantEq.thy	Sat Apr 04 12:11:32 2020 +0200
     1.3 @@ -21,7 +21,7 @@
     1.4            (*                                      TODO: drop ^^^^^*)
     1.5            ("#Where" ,[]),
     1.6            ("#Find"  ,["boolTestFind s_s"])],
     1.7 -        Rule.e_rls, SOME "solve (e_e::bool, v_v::int)", [["LinEq","solve_lineq_equation"]]))]\<close>
     1.8 +        Rule_Set.e_rls, 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.e_rls, prls = Rule.e_rls, calc = [],
    1.17 +        {rew_ord' = "e_rew_ord", rls' = tval_rls, srls = Rule_Set.e_rls, prls = Rule_Set.e_rls, calc = [],
    1.18            crls = tval_rls, errpats = [], nrls = Test_simplify},
    1.19          @{thm diophant_equation.simps})]
    1.20  \<close>