doc-src/IsarRef/Thy/Base.thy
author krauss
Fri, 27 May 2011 21:11:44 +0200
changeset 43042 0f9534b7ea75
parent 42651 e3fdb7c96be5
child 43564 9864182c6bad
permissions -rw-r--r--
function tutorial: do not omit termination proof, even when discussing other things

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