aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--StackSet.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/StackSet.hs b/StackSet.hs
index 3b23d59..95ff29f 100644
--- a/StackSet.hs
+++ b/StackSet.hs
@@ -352,8 +352,6 @@ filter p (Stack f ls rs) = case L.filter p (f:rs) of
index :: StackSet i l a s sd -> [a]
index = with [] integrate
--- let is = t : r ++ reverse l in take (length is) (dropWhile (/= m) (cycle is))
-
-- |
-- /O(1), O(w) on the wrapping case/.
--