test/Tools/isac/Knowledge/equation.sml
branchisac-update-Isa09-2
changeset 38031 460c24a6a6ba
parent 37960 ec20007095f2
child 38050 4c52ad406c20
equal deleted inserted replaced
38030:95d956108461 38031:460c24a6a6ba
    28 autoCalculate 1 CompleteCalc;
    28 autoCalculate 1 CompleteCalc;
    29 val ((pt,p),_) = get_calc 1;
    29 val ((pt,p),_) = get_calc 1;
    30 val Form res = (#1 o pt_extract) (pt, ([],Res));
    30 val Form res = (#1 o pt_extract) (pt, ([],Res));
    31 show_pt pt;
    31 show_pt pt;
    32 if p = ([], Res) andalso term2str res = "[x = 1]" then ()
    32 if p = ([], Res) andalso term2str res = "[x = 1]" then ()
    33 else raise error "equation.sml behav.changed for CAS solve (x+1=2, x))";
    33 else error "equation.sml behav.changed for CAS solve (x+1=2, x))";