test/Tools/isac/Test_Some2.thy
author Walther Neuper <neuper@ist.tugraz.at>
Wed, 17 Jul 2013 07:32:53 +0200
changeset 52062 b3f18f0d55d9
parent 48884 b933b88a268a
permissions -rw-r--r--
--- heap image for Isac on Isabelle2013 builds

This required introduction of 'session'.
NOTE: building the session raised errors NOT detected
by Build_Isac.thy, cf. 4ecea2fcdc2c
     1 
     2 theory Test_Some2
     3 imports "/usr/local/isabisac/src/Tools/isac/Knowledge/GCD_Poly"
     4 begin
     5 ML_file "/usr/local/isabisac/test/Tools/isac/Knowledge/gcd_poly.sml"
     6 (* gcd_poly_winkler.sml overwrites definitions from GCD_Poly.thy;
     7    thus it must be evaluated *after* gcd_poly.sml.
     8 ML_file "/usr/local/isabisac/test/Tools/isac/Knowledge/gcd_poly_winkler.sml"*)
     9 
    10 ML {*
    11 *} 
    12 ML {*
    13 *} 
    14 ML {*
    15 *} 
    16 ML {*
    17 *} 
    18 ML {*
    19 *} 
    20 ML {*
    21 *} 
    22 (*------------------------------------------------------------------------------------------
    23 "~~~~~ fun , args:"; val () = ();
    24 "~~~~~ to  return val:"; val () = ();
    25 ------------------------------------------------------------------------------------------*)
    26 end
    27