src/HOL/Eisbach/Eisbach_Old_Appl_Syntax.thy
author wenzelm
Mon, 06 Dec 2021 12:39:59 +0100
changeset 74885 2df334453c4c
parent 62168 e97452d79102
permissions -rw-r--r--
isabelle update_cartouches;

(*  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