doc-src/IsarRef/Thy/Base.thy
author bulwahn
Thu, 09 Jun 2011 08:32:14 +0200
changeset 43309 3bc28ce6986c
parent 42651 e3fdb7c96be5
child 43564 9864182c6bad
permissions -rw-r--r--
moving Quickcheck_Narrowing from Library to base directory

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