doc-src/System/Thy/Base.thy
author wenzelm
Thu, 26 Jul 2012 17:17:53 +0200
changeset 48520 6d4ea2efa64b
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
more build options;

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

setup {* Antiquote_Setup.setup *}

declare [[thy_output_source]]

end