From b6290b7ca3cfc17995689e0656effed704f0a893 Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 22 Jan 2005 12:18:49 +0000 Subject: [PATCH 1/1] [project @ 2005-01-22 12:18:49 by panne] Doc change only: I don't think that toList should give the guarantee that the resulting list is in ascending order... --- Data/Set.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Set.hs b/Data/Set.hs index 7e07fbe..4b1e3a9 100644 --- a/Data/Set.hs +++ b/Data/Set.hs @@ -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 -- 1.7.10.4