Skip to content

Unused code for a LetEnabled REPL option #901

@brianhuffman

Description

@brianhuffman

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    tech-debtFor issues that require some internal refactoring.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions