Unused code for a LetEnabled
REPL option
#901
Labels
tech-debt
For issues that require some internal refactoring.
LetEnabled
REPL option
#901
The REPL implementation contains some code for enabling/disabling
let
declarations in user input. This includes theeLetEnabled
field of the REPLRW
type, and the functionsenableLet
,disableLet
, andgetLetEnabled
in moduleCryptol/REPL/Monad.hs
. But apparently most of this is dead code, and the REPL provides no way to disablelet
expressions. (And why would you want to, anyway?)Perhaps this
LetEnabled
code should all be removed.The text was updated successfully, but these errors were encountered: