doc-src/IsarRef/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 Pure
uses "../../antiquote_setup.ML"
begin

setup {*
  Antiquote_Setup.setup #>
  member (op =) (Session.id ()) "ZF" ? Pure_Thy.old_appl_syntax_setup
*}

declare [[thy_output_source]]

end