dropped former legacy input abbreviations
authorhaftmann
Fri, 14 Jun 2019 08:34:27 +0000
changeset 70336 559f45528804
parent 70335 9bd8c16b6627
child 70337 48609a6af1a0
dropped former legacy input abbreviations
src/HOL/Main.thy
--- a/src/HOL/Main.thy	Fri Jun 14 08:34:27 2019 +0000
+++ b/src/HOL/Main.thy	Fri Jun 14 08:34:27 2019 +0000
@@ -18,31 +18,6 @@
     GCD
 begin
 
-text \<open>Legacy\<close>
-
-context Inf
-begin
-
-abbreviation (input) INFIMUM :: "'b set \<Rightarrow> ('b \<Rightarrow> 'a) \<Rightarrow> 'a"
-  where "INFIMUM A f \<equiv> \<Sqinter>(f ` A)"
-
-end
-
-context Sup
-begin
-
-abbreviation (input) SUPREMUM :: "'b set \<Rightarrow> ('b \<Rightarrow> 'a) \<Rightarrow> 'a"
-  where "SUPREMUM A f \<equiv> \<Squnion>(f ` A)"
-
-end
-
-abbreviation (input) INTER :: "'a set \<Rightarrow> ('a \<Rightarrow> 'b set) \<Rightarrow> 'b set"
-  where "INTER \<equiv> INFIMUM"
-
-abbreviation (input) UNION :: "'a set \<Rightarrow> ('a \<Rightarrow> 'b set) \<Rightarrow> 'b set"
-  where "UNION \<equiv> SUPREMUM"
-
-
 text \<open>Namespace cleanup\<close>
 
 hide_const (open)