test/Tools/isac/Test_Some.thy
author Walther Neuper <neuper@ist.tugraz.at>
Mon, 16 Sep 2013 12:20:00 +0200
changeset 52105 2786cc9704c8
parent 52101 c3f399ce32af
child 52146 f47e195af9a3
permissions -rw-r--r--
Test_Isac works again, perfectly ..

# the same tests works as in 8df4b6196660 (the *child* of "Test_Isac works...")
# ..EXCEPT those marked with "exception Div raised"
# for general state of tests see Test_Isac section {* history of tests *}.
     1 theory Test_Some imports Isac
     2 begin 
     3 ML_file "Knowledge/rational.sml"
     4 
     5 section {* code for copy & paste ===============================================================*}
     6 ML {*
     7 "~~~~~ fun , args:"; val () = ();
     8 "~~~~~ and , args:"; val () = ();
     9 
    10 "~~~~~ to  return val:"; val () = ();
    11 
    12 *}
    13 text {*
    14   declare [[show_types]] 
    15   declare [[show_sorts]]
    16   find_theorems "?a <= ?a"
    17   
    18   print_facts
    19   print_statement ""
    20   print_theory
    21 *}
    22 ML {*
    23 (*========== inhibit exn WN130909 TODO =========================================================
    24 ============ inhibit exn WN130909 TODO ========================================================*)
    25 (*-.-.-.-.-.-isolate response.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.
    26 -.-.-.-.-.-.-isolate response.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-*)
    27 *}
    28 
    29 section {* ===================================================================================*}
    30 ML {*
    31 *} ML {*
    32 *} ML {*
    33 *} ML {*
    34 *} 
    35 
    36 
    37 section {* ===================================================================================*}
    38 ML {*
    39 *} ML {*
    40 *} ML {*
    41 *} ML {*
    42 *}
    43 
    44 section {* ===================================================================================*}
    45 ML {*
    46 *} ML {*
    47 *} ML {*
    48 *} ML {*
    49 *}
    50 
    51 end