We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f8ec6 commit dd877d5Copy full SHA for dd877d5
src/Swarm/TUI/Model.hs
@@ -195,9 +195,6 @@ data REPLHistory = REPLHistory
195
makeLensesWith (lensRules & generateSignatures .~ False) ''REPLHistory
196
197
-- | 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.
201
replSeq :: Lens' REPLHistory (Seq REPLHistItem)
202
203
-- | The current index in the REPL history (if the user is going back
0 commit comments