avoid confusion
authorhaftmann
Wed, 10 Mar 2010 15:29:22 +0100
changeset 35688 cfe0accda6e3
parent 35687 564a49e8be44
child 35689 c3bef0c972d7
avoid confusion
src/HOL/Library/Dlist.thy
--- a/src/HOL/Library/Dlist.thy	Wed Mar 10 15:29:21 2010 +0100
+++ b/src/HOL/Library/Dlist.thy	Wed Mar 10 15:29:22 2010 +0100
@@ -123,8 +123,6 @@
   "list_of_dlist (filter P dxs) = List.filter P (list_of_dlist dxs)"
   by (simp add: filter_def)
 
-declare null_def [code] member_def [code] length_def [code] fold_def [code] -- {* explicit is better than implicit *}
-
 
 section {* Implementation of sets by distinct lists -- canonical! *}