[project @ 2005-01-28 23:33:57 by krasimir]
[ghc-base.git] / 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