src/Tools/isac/Test_Some.thy
author Walther Neuper <neuper@ist.tugraz.at>
Mon, 21 Feb 2011 19:40:36 +0100
branchdecompose-isar
changeset 40836 69364e021751
parent 38037 a51a70334191
child 41931 ca6aac81b893
permissions -rw-r--r--
part.update Isabelle2011

works neither on 2009-2 nor on 2011
     1 (* Title: Run_Tests as long Isac is not available: REPLACE 'IMPORTS'
     2    Author: Walther Neuper 101001
     3    (c) copyright due to lincense terms.
     4 
     5 $ cd /usr/local/isabisac/test/Tools/isac
     6 $ /usr/local/isabisac/bin/isabelle emacs Test_Some.thy &
     7 *)
     8 
     9 theory Test_Isac imports "Knowledge/Rational" begin
    10 (*..................................########..................................*)
    11 
    12 ML{* writeln "**** run the test ***************************************" *};
    13 
    14 ML {*
    15 fun term2st t = Print_Mode.setmp [] (Syntax.string_of_term
    16 (ProofContext.init_global (Thy_Info.get_Thy_Info.get_theory "Rational"))) t;
    17 (*..............................................########......................*)
    18 *}
    19 
    20 use"../../../test/Tools/isac/Knowledge/polyminus.sml"; 
    21 
    22 end