[project @ 2005-01-22 12:18:49 by panne]
authorpanne <unknown>
Sat, 22 Jan 2005 12:18:49 +0000 (12:18 +0000)
committerpanne <unknown>
Sat, 22 Jan 2005 12:18:49 +0000 (12:18 +0000)
Doc change only: I don't think that toList should give the guarantee
that the resulting list is in ascending order...

Data/Set.hs

index 7e07fbe..4b1e3a9 100644 (file)
@@ -427,7 +427,7 @@ elems s
 {--------------------------------------------------------------------
   Lists 
 --------------------------------------------------------------------}
--- | /O(n)/. Convert the set to an ascending list of elements.
+-- | /O(n)/. Convert the set to a list of elements.
 toList :: Set a -> [a]
 toList s
   = toAscList s