Forcing reload of already-imported Cryptol files #112
Labels
better-in-python
Will be fixed by switching to python frontend
needs test
Issues for which we should add a regression test
type: enhancement
Issues describing an improvement to an existing feature or capability
usability
An issue that impedes efficient understanding and use
Milestone
If we load a .cry file in saw-script with "import", and then modify the .cry file, there is currently no way to force saw-script to reload the modified source file (short of quitting and restarting saw). Entering another "import" command does nothing if saw-script has already loaded the named file.
We need a way to clear the set of imported cryptol modules from the REPL, so that we can reimport them again.
The text was updated successfully, but these errors were encountered: