test/Tools/isac/Knowledge/polyminus.sml
changeset 59395 862eb17f9e16
parent 59371 3594fcedebe9
child 59488 10a9e97e77c3
     1.1 --- a/test/Tools/isac/Knowledge/polyminus.sml	Wed Mar 07 14:20:33 2018 +0100
     1.2 +++ b/test/Tools/isac/Knowledge/polyminus.sml	Thu Mar 08 07:28:17 2018 +0100
     1.3 @@ -238,7 +238,7 @@
     1.4  \  (((Try (Rewrite_Set ordne_alphabetisch False)) @@     \
     1.5  \    (Try (Rewrite_Set fasse_zusammen False)) @@     \
     1.6  \    (Try (Rewrite_Set verschoenere False))) t_t)"
     1.7 -val sc = ((inst_abs thy) o Thm.term_of o the o (parse thy)) str;
     1.8 +val sc = (inst_abs o Thm.term_of o the o (parse thy)) str;
     1.9  atomty sc;
    1.10  
    1.11  "----------- me simplification.for_polynomials.with_minus";
    1.12 @@ -344,7 +344,7 @@
    1.13  \ in (Repeat((Try (Repeat (Calculate TIMES))) @@  \
    1.14  \            (Try (Repeat (Calculate PLUS ))) @@  \
    1.15  \            (Try (Repeat (Calculate MINUS))))) e_e)"
    1.16 -val sc = ((inst_abs thy) o Thm.term_of o the o (parse thy)) str;
    1.17 +val sc = (inst_abs o Thm.term_of o the o (parse thy)) str;
    1.18  atomty sc;
    1.19  
    1.20  "----------- pbl polynom probe -----------------------------------";