doc-src/IsarRef/Thy/Base.thy
author blanchet
Tue, 07 Jun 2011 14:17:35 +0200
changeset 43246 01b6391a763f
parent 42651 e3fdb7c96be5
child 43564 9864182c6bad
permissions -rw-r--r--
fixed missing proof handling

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