merge_list: no exception DUP here;
authorwenzelm
Sun, 25 Oct 2009 19:14:11 +0100
changeset 33162 d11b89e7afd9
parent 33161 165a9f490d98
child 33163 351fc13613f2
merge_list: no exception DUP here;
src/Pure/General/table.ML
--- a/src/Pure/General/table.ML	Sun Oct 25 13:20:31 2009 +0100
+++ b/src/Pure/General/table.ML	Sun Oct 25 19:14:11 2009 +0100
@@ -54,8 +54,7 @@
   val update_list: ('a * 'a -> bool) -> key * 'a -> 'a list table -> 'a list table
   val make_list: (key * 'a) list -> 'a list table
   val dest_list: 'a list table -> (key * 'a) list
-  val merge_list: ('a * 'a -> bool) ->
-    'a list table * 'a list table -> 'a list table                     (*exception DUP*)
+  val merge_list: ('a * 'a -> bool) -> 'a list table * 'a list table -> 'a list table
 end;
 
 functor Table(Key: KEY): TABLE =