src/HOL/Eisbach/Eisbach_Old_Appl_Syntax.thy
author wenzelm
Mon, 20 May 2024 15:43:51 +0200
changeset 80182 29f2b8ff84f3
parent 62168 e97452d79102
permissions -rw-r--r--
proper support for "isabelle update -D DIR": avoid accidental exclusion of select_dirs (amending e5dafe9e120f);

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