author | bulwahn |
Thu, 15 Dec 2011 08:51:14 +0100 | |
changeset 45884 | 58a10da12812 |
parent 45883 | cf7ef3fca5e4 |
child 45886 | 728cc8553471 |
--- a/src/HOL/Library/AList_Impl.thy Wed Dec 14 23:08:03 2011 +0100 +++ b/src/HOL/Library/AList_Impl.thy Thu Dec 15 08:51:14 2011 +0100 @@ -693,4 +693,6 @@ shows "distinct (map fst (map_default k v f xs))" using assms by (induct xs) (auto simp add: dom_map_default) +hide_const (open) map_entry + end