This commit is contained in:
2024-10-31 09:50:21 +00:00
parent 97c3f1262b
commit 79b0af228e
6 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ selSecYint i j sss = do
. fst
$ IM.split j (ss ^. ssItems)
where
secpos = sum . fmap (length . _ssShownItems) . fst $ IM.split i $ sss
secpos = sum . fmap (length . _ssShownItems) . fst $ IM.split i sss
-- it is annoying that Control.Foldl doesn't seem to allow for scans to be done
-- at the same time as folds