Skip to content

Commit dd877d5

Browse files
committed
Remove TODO
1 parent 31f8ec6 commit dd877d5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Swarm/TUI/Model.hs

-3
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,6 @@ data REPLHistory = REPLHistory
195195
makeLensesWith (lensRules & generateSignatures .~ False) ''REPLHistory
196196

197197
-- | Sequence of REPL inputs and outputs, oldest entry is leftmost.
198-
--
199-
-- TODO: The ideal would be not to expose inner storage, but currently
200-
-- namely the index+predicate functions on Seq are hard to resist.
201198
replSeq :: Lens' REPLHistory (Seq REPLHistItem)
202199

203200
-- | The current index in the REPL history (if the user is going back

0 commit comments

Comments
 (0)