tuned
authornipkow
Fri, 05 Apr 2013 15:13:25 +0200
changeset 51624 c839ccebf2fb
parent 51623 1194b438426a
child 51625 bd3358aac5d2
tuned
src/HOL/IMP/Abs_Int1_parity.thy
--- a/src/HOL/IMP/Abs_Int1_parity.thy	Thu Apr 04 22:46:14 2013 +0200
+++ b/src/HOL/IMP/Abs_Int1_parity.thy	Fri Apr 05 15:13:25 2013 +0200
@@ -53,7 +53,7 @@
 begin
 
 definition sup_parity where
-"x \<squnion> y = (if x \<le> y then y else if y \<le> x then x else Either)"
+"x \<squnion> y = (if x = y then x else Either)"
 
 definition top_parity where
 "\<top> = Either"