test/Tools/isac/Knowledge/polyminus.sml
branchisac-update-Isa09-2
changeset 37980 c0a9d6bdc1d6
parent 37975 13ba73251a32
child 37981 b2877b9d455a
equal deleted inserted replaced
37979:4f11d7840684 37980:c0a9d6bdc1d6
   322 "Script ProbeScript (e_::bool) (ws_::bool list) =\
   322 "Script ProbeScript (e_::bool) (ws_::bool list) =\
   323 \ (let e_ = Take e_;                             \
   323 \ (let e_ = Take e_;                             \
   324 \      e_ = Substitute ws_ e_                    \
   324 \      e_ = Substitute ws_ e_                    \
   325 \ in (Repeat((Try (Repeat (Calculate TIMES))) @@  \
   325 \ in (Repeat((Try (Repeat (Calculate TIMES))) @@  \
   326 \            (Try (Repeat (Calculate PLUS ))) @@  \
   326 \            (Try (Repeat (Calculate PLUS ))) @@  \
   327 \            (Try (Repeat (Calculate minus))))) e_)"
   327 \            (Try (Repeat (Calculate MINUS))))) e_)"
   328 val sc = ((inst_abs thy) o term_of o the o (parse thy)) str;
   328 val sc = ((inst_abs thy) o term_of o the o (parse thy)) str;
   329 atomty sc;
   329 atomty sc;
   330 
   330 
   331 
   331 
   332 "----------- pbl polynom probe -----------------------------------";
   332 "----------- pbl polynom probe -----------------------------------";