test/Tools/isac/Interpret/script.sml
branchdecompose-isar
changeset 42214 f061b8826301
parent 42169 038eba5418b8
child 42281 19d9ab32a0ce
     1.1 --- a/test/Tools/isac/Interpret/script.sml	Wed Jul 27 09:32:13 2011 +0200
     1.2 +++ b/test/Tools/isac/Interpret/script.sml	Wed Jul 27 11:57:46 2011 +0200
     1.3 @@ -15,7 +15,7 @@
     1.4  "-----------------------------------------------------------------";
     1.5  "-----------------------------------------------------------------";
     1.6  
     1.7 -
     1.8 +val thy= @{theory Isac};
     1.9  "----------- WN0509 why does next_tac doesnt find Substitute -----";
    1.10  "----------- WN0509 why does next_tac doesnt find Substitute -----";
    1.11  "----------- WN0509 why does next_tac doesnt find Substitute -----";
    1.12 @@ -29,10 +29,7 @@
    1.13  "       (M1__M1::bool) = ((Substitute [v_v = 0])) q___q              " ^
    1.14  " in True)";
    1.15  
    1.16 -(*========== inhibit exn 110721 ================================================
    1.17 -(* ERROR: parse thy Can't unify theory to domID * rls*)
    1.18  val sc' = ((inst_abs thy) o term_of o the o (parse thy)) str;
    1.19 -========= inhibit exn 110721 ================================================*)
    1.20  
    1.21  val str = (*#2#*)
    1.22  "Script BiegelinieScript                                             " ^ 
    1.23 @@ -73,10 +70,8 @@
    1.24  " in True)"
    1.25  ;
    1.26  
    1.27 -(*========== inhibit exn 110721 ================================================
    1.28  val sc' = ((inst_abs thy) o term_of o the o (parse thy)) str;
    1.29  atomty sc';
    1.30 -========== inhibit exn 110721 ================================================*)
    1.31  
    1.32  val {scr = Script sc,...} = get_met ["IntegrierenUndKonstanteBestimmen"];
    1.33  (*---------------------------------------------------------------------
    1.34 @@ -158,12 +153,8 @@
    1.35  "        M1__M1        = Substitute [e1__e1] M1__M1                  " ^
    1.36  " in True)"
    1.37  ;
    1.38 -(*========== inhibit exn 110721 ================================================
    1.39 -(*---^^^-OK-----------------------------------------------------------------*)
    1.40  val sc' = ((inst_abs thy) o term_of o the o (parse thy)) str;
    1.41  atomty sc';
    1.42 -(*---vvv-NOT ok-------------------------------------------------------------*)
    1.43 -========== inhibit exn 110721 ================================================*)
    1.44  
    1.45  val str = (*Substitute @@ Substitute does NOT work???*)
    1.46  "Script BiegelinieScript                                             " ^