src/HOL/Eisbach/Eisbach_Old_Appl_Syntax.thy
author wenzelm
Sun, 12 Aug 2018 14:28:28 +0200
changeset 68743 91162dd89571
parent 62168 e97452d79102
permissions -rw-r--r--
proper session dirs;

(*  Title:      HOL/Eisbach/Eisbach_Old_Appl_Syntax.thy
    Author:     Makarius
*)

section \<open>Alternative Eisbach entry point for FOL, ZF etc.\<close>

theory Eisbach_Old_Appl_Syntax
imports Eisbach
begin

setup Pure_Thy.old_appl_syntax_setup

end