test/Tools/isac/Knowledge/polyminus.sml
branchisac-update-Isa09-2
changeset 37975 13ba73251a32
parent 37971 62ad72be5632
child 37980 c0a9d6bdc1d6
     1.1 --- a/test/Tools/isac/Knowledge/polyminus.sml	Thu Sep 02 15:11:23 2010 +0200
     1.2 +++ b/test/Tools/isac/Knowledge/polyminus.sml	Thu Sep 02 15:36:48 2010 +0200
     1.3 @@ -322,8 +322,8 @@
     1.4  "Script ProbeScript (e_::bool) (ws_::bool list) =\
     1.5  \ (let e_ = Take e_;                             \
     1.6  \      e_ = Substitute ws_ e_                    \
     1.7 -\ in (Repeat((Try (Repeat (Calculate times))) @@  \
     1.8 -\            (Try (Repeat (Calculate plus ))) @@  \
     1.9 +\ in (Repeat((Try (Repeat (Calculate TIMES))) @@  \
    1.10 +\            (Try (Repeat (Calculate PLUS ))) @@  \
    1.11  \            (Try (Repeat (Calculate minus))))) e_)"
    1.12  val sc = ((inst_abs thy) o term_of o the o (parse thy)) str;
    1.13  atomty sc;