doc-src/IsarRef/Thy/Base.thy
author wenzelm
Mon, 23 Jul 2012 15:59:14 +0200
changeset 48447 ef600ce4559c
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
added system build mode: produce output in ISABELLE_HOME; determine output location more explicitly;

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