doc-src/IsarRef/Thy/Base.thy
author huffman
Wed, 04 Apr 2012 16:03:01 +0200
changeset 47355 3d9d98e0f1a4
parent 43564 9864182c6bad
child 48891 c0eafbd55de3
permissions -rw-r--r--
add bounded quantifier constant transfer_bforall, whose definition is unfolded after transfer

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