Cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user