doc-src/IsarRef/Thy/Base.thy
author wenzelm
Tue, 31 May 2011 22:15:39 +0200
changeset 42915 f35aae36cad0
parent 42651 e3fdb7c96be5
child 43564 9864182c6bad
permissions -rw-r--r--
turned "Overview" into "Preface" (similar to doc-src/Intro/intro.tex);

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