-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use the REPL mode of sail? #742
Comments
Does sail have a REPL mode? (just curious) |
Yes, I would like to change it so it can type-check the provided files lazily as expressions are executed which would reduce the startup time. |
I've found it useful for stepping through property counterexamples returned by the SMT backend. |
I'd really appreciate some documentation for this interface. It seems to have quite a confusing mode system...
The |
The I would like to add that command back in but it needs a bit of work to make it behave sensibly. |
I found that Sail has a REPL mode, which provides users with an interactive command line.
However, I didn't understand how to use this REPL, even after checking the output of the :help command.
Is there a complete example to illustrate how to use this REPL? Additionally, what is the design purpose of this REPL?
The text was updated successfully, but these errors were encountered: