clarified abbreviation;
authorwenzelm
Wed, 02 Oct 2024 13:34:03 +0200
changeset 81101 8407b4c068e2
parent 81100 6ae3d0b2b8ad
child 81102 739b99d0911a
clarified abbreviation;
src/HOL/HOLCF/Pcpo.thy
--- 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>