doc-src/IsarImplementation/Thy/Base.thy
author wenzelm
Mon, 11 Jul 2011 11:13:33 +0200
changeset 43746 a41f618c641d
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
some support for raw messages, which bypass standard Symbol/YXML decoding; tuned signature;

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

setup {* Antiquote_Setup.setup *}

end