test/Tools/isac/Knowledge/poly.sml
branchdecompose-isar
changeset 41977 a3ce4017f41d
parent 41943 f33f6959948b
child 42395 308050197b06
equal deleted inserted replaced
41976:792c59bf54d4 41977:a3ce4017f41d
   435 val fmz = ["Term ((5*x^^^2 + 3) * (2*x^^^7 + 3) \
   435 val fmz = ["Term ((5*x^^^2 + 3) * (2*x^^^7 + 3) \
   436 	   \- (3*x^^^5 + 8) * (6*x^^^4 - 1))",
   436 	   \- (3*x^^^5 + 8) * (6*x^^^4 - 1))",
   437 	   "normalform N"];
   437 	   "normalform N"];
   438 "-----0 ---";
   438 "-----0 ---";
   439 (*===== inhibit exn ============================================================
   439 (*===== inhibit exn ============================================================
   440 GOON
   440 STOPPED.WN10xx
   441 
   441 
   442 case refine fmz ["polynomial","simplification"]of
   442 case refine fmz ["polynomial","simplification"]of
   443     [Matches (["polynomial", "simplification"], _)] => ()
   443     [Matches (["polynomial", "simplification"], _)] => ()
   444   | _ => error "poly.sml diff.behav. in check pbl, refine";
   444   | _ => error "poly.sml diff.behav. in check pbl, refine";
   445 (*...if there is an error, then ...*)
   445 (*...if there is an error, then ...*)