doc-src/System/Thy/Base.thy
author wenzelm
Mon, 09 Apr 2012 17:38:39 +0200
changeset 47405 559b44b5164c
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