doc-src/System/Thy/Base.thy
author wenzelm
Sun, 09 Oct 2011 16:47:58 +0200
changeset 45107 76fef3e57004
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
tuned;

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

setup {* Antiquote_Setup.setup *}

declare [[thy_output_source]]

end