src/HOL/Eisbach/Eisbach_Old_Appl_Syntax.thy
author wenzelm
Wed, 17 May 2017 13:47:19 +0200
changeset 65851 c103358a5559
parent 62168 e97452d79102
permissions -rw-r--r--
tuned signature;

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