doc-src/IsarRef/Thy/Base.thy
author bulwahn
Thu, 27 Oct 2011 13:50:54 +0200
changeset 45272 5995ab88a00f
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
respecting isabelle's programming style in the quotient package by simplifying quotdata_lookup function for data access

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