src/HOL/Eisbach/Eisbach_Old_Appl_Syntax.thy
author wenzelm
Sun, 20 Nov 2016 19:08:14 +0100
changeset 64513 56972c755027
parent 62168 e97452d79102
permissions -rw-r--r--
misc tuning and updates;

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