author | nipkow |
Mon, 29 Apr 2013 04:30:05 +0200 | |
changeset 51802 | 496c0ef8990c |
parent 51801 | 1006b9b08d73 |
child 51803 | 71260347b7e4 |
--- a/src/HOL/IMP/Abs_Int1_const.thy Mon Apr 29 04:20:42 2013 +0200 +++ b/src/HOL/IMP/Abs_Int1_const.thy Mon Apr 29 04:30:05 2013 +0200 @@ -27,9 +27,7 @@ definition "x < (y::const) = (x \<le> y & \<not> y \<le> x)" -fun sup_const where -"Const i \<squnion> Const j = (if i=j then Const i else Any)" | -"_ \<squnion> _ = Any" +fun sup_const where "x \<squnion> y = (if x=y then x else Any)" definition "\<top> = Any"