doc-src/IsarRef/Thy/Base.thy
author haftmann
Thu, 23 Feb 2012 20:33:35 +0100
changeset 46631 2c5c003cee35
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
moved lemmas for orderings and lattices on predicates to corresponding theories, retaining declaration order of classical rules; tuned headings; tuned syntax

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