-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Labels
tech-debtFor issues that require some internal refactoring.For issues that require some internal refactoring.
Description
The REPL implementation contains some code for enabling/disabling let declarations in user input. This includes the eLetEnabled field of the REPL RW type, and the functions enableLet, disableLet, and getLetEnabled in module Cryptol/REPL/Monad.hs. But apparently most of this is dead code, and the REPL provides no way to disable let expressions. (And why would you want to, anyway?)
Perhaps this LetEnabled code should all be removed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
tech-debtFor issues that require some internal refactoring.For issues that require some internal refactoring.