doc-src/IsarRef/Thy/Base.thy
author haftmann
Fri, 20 May 2011 08:16:13 +0200
changeset 42868 1608daf27c1f
parent 42651 e3fdb7c96be5
child 43564 9864182c6bad
permissions -rw-r--r--
tuned proof

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

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

declare [[thy_output_source]]

end