test/Tools/isac/ADDTESTS/accumulate-val/Thy_2b.thy
author Mathias Lehnfeld <s1210629013@students.fh-hagenberg.at>
Mon, 27 Jan 2014 21:49:27 +0100
changeset 55359 73dc85c025ab
parent 52156 aa0884017d48
child 59410 2cbb98890190
permissions -rw-r--r--
cleanup, naming: 'KEStore_Elems' in Tests now 'Test_KEStore_Elems', 'store_pbts' now 'add_pbts'
neuper@52141
     1
theory Thy_2b imports Thy_1 begin
neuper@52141
     2
neuper@52141
     3
ML {* val test_list_rls =
neuper@52141
     4
  append_rls "test_list_rls" e_rls [Thm ("False_def", @{thm False_def})] *}
neuper@52141
     5
s1210629013@55359
     6
setup {* Test_KEStore_Elems.add_rlss [("test_list_rls", (Context.theory_name @{theory},
neuper@52141
     7
  test_list_rls))] *}
neuper@52156
     8
ML {* (*test_ruleset' := overwritelthy @{theory} (! test_ruleset', 
neuper@52156
     9
  [("test_list_rls", test_list_rls)])*)
neuper@52156
    10
*}
neuper@52141
    11
neuper@52141
    12
end