doc-src/System/Thy/Base.thy
author wenzelm
Fri, 30 Dec 2011 15:43:07 +0100
changeset 46054 3458b0e955ac
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
simplified proof -- avoid res_inst_tac, afford plain asm_full_simp_tac;

theory Base
imports Pure
uses "../../antiquote_setup.ML"
begin

setup {* Antiquote_Setup.setup *}

declare [[thy_output_source]]

end