X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FSet.hs;h=4b1e3a93ab406746f000f721c2b2c1ca1d788bbf;hb=c1ca624c2ce1460d64678be5daa195a09d793f9f;hp=7e07fbe0b4dbfc81a7885b59c23802ec95645aea;hpb=d27ff3035d8276d5ad43e2570af3357d9bd05071;p=haskell-directory.git 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