test/Tools/isac/Knowledge/polyeq-1.sml
changeset 59705 be30fa5a7b76
parent 59697 dd85e03d47e6
child 59712 be2ffb0248de
     1.1 --- a/test/Tools/isac/Knowledge/polyeq-1.sml	Sat Nov 16 17:13:52 2019 +0100
     1.2 +++ b/test/Tools/isac/Knowledge/polyeq-1.sml	Sat Nov 16 17:46:08 2019 +0100
     1.3 @@ -199,17 +199,17 @@
     1.4  (*TODO simplify assumptions (sqrt!) and check ERROR in has_degree_in*);
     1.5  member op = specsteps mI (*false*);
     1.6  (*loc_solve_ (mI,m) ptp;
     1.7 -  WAS: not-found-in-script: NotLocatable from NasNap (Const ("List...*)
     1.8 +  WAS: not-found-in-script: NotLocatable from Skip1 (Const ("List...*)
     1.9  "~~~~~ fun loc_solve_, args:"; val (m, (pt,pos)) = ((mI,m), ptp);
    1.10  (*solve m (pt, pos);
    1.11 -  WAS: not-found-in-script: NotLocatable from NasNap (Const ("List...*)
    1.12 +  WAS: not-found-in-script: NotLocatable from Skip1 (Const ("List...*)
    1.13  "~~~~~ fun solve, args:"; val ((mI,m), (pt, po as (p,p_))) = (m, (pt, pos));
    1.14  e_metID = get_obj g_metID pt (par_pblobj pt p) (*false*);
    1.15          val thy' = get_obj g_domID pt (par_pblobj pt p);
    1.16  	        val (srls, is, sc) = from_pblobj_or_detail' thy' (p,p_) pt;
    1.17  		        val d = e_rls;
    1.18  (*locate_input_tactic (thy',srls) m  (pt,(p,p_)) (sc,d) is;
    1.19 -  WAS: not-found-in-script: NotLocatable from NasNap (Const ("List...*)
    1.20 +  WAS: not-found-in-script: NotLocatable from Skip1 (Const ("List...*)
    1.21  "~~~~~ fun locate_input_tactic, args:"; val () = ();
    1.22  (*----- outcommented during cleanup of args in lucas-interpreter.sml ------------------------\\* )
    1.23  l = [] orelse ((last_elem o fst) p = 0 andalso snd p = Res) (*false*);
    1.24 @@ -221,7 +221,7 @@
    1.25  val up = drop_last l;
    1.26    term2str (go up sc);
    1.27    (go up sc);
    1.28 -(*WAS val NasNap _ = scan_up1 ys ((E,up,a,v,S,b),ss) (go up sc)
    1.29 +(*WAS val Skip1 _ = scan_up1 ys ((E,up,a,v,S,b),ss) (go up sc)
    1.30        ... ???? ... is correct*)
    1.31  "~~~~~ fun scan_up1, args:"; val ((ys as (y,ctxt,s,Prog sc,d)), (is as (E,l,a,v,S,b),ss), 
    1.32  	   (Const ("HOL.Let",_) $ _)) = (ys, ((E,up,a,v,S,b),ss:step list), (go up sc));