added "metis_advisory_simp" option to orient as many equations as possible in Metis the right way (cf. "More SPASS with Isabelle")
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