doc-src/IsarRef/Thy/Base.thy
author wenzelm
Thu, 23 Aug 2012 19:57:55 +0200
changeset 48912 ffdb37019b2f
parent 48891 c0eafbd55de3
child 48956 d54a3d39ba85
permissions -rw-r--r--
improved errors of parser combinators;

theory Base
imports Pure
begin

ML_file "../../antiquote_setup.ML"

setup {*
  Antiquote_Setup.setup #>
  member (op =) (Session.id ()) "ZF" ? Pure_Thy.old_appl_syntax_setup
*}

declare [[thy_output_source]]

end