--- a/src/HOL/HOLCF/Pcpo.thy Wed Oct 02 11:27:19 2024 +0200
+++ b/src/HOL/HOLCF/Pcpo.thy Wed Oct 02 13:34:03 2024 +0200
@@ -151,10 +151,7 @@
end
text \<open>Old "UU" syntax:\<close>
-
-syntax UU :: logic
-syntax_consts UU \<rightleftharpoons> bottom
-translations "UU" \<rightharpoonup> "CONST bottom"
+abbreviation (input) "UU \<equiv> bottom"
text \<open>Simproc to rewrite \<^term>\<open>\<bottom> = x\<close> to \<^term>\<open>x = \<bottom>\<close>.\<close>
setup \<open>Reorient_Proc.add (fn \<^Const_>\<open>bottom _\<close> => true | _ => false)\<close>