We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be useful to add a predicate, only available at the toplevel, to reload manually loaded files, and quickly test changes.
For example, in SWI-Prolog, one can issue the make/0 predicate to reload all modified source files.
make/0
In Haskell/GHC, in GHCi it's possible to issue: :reload to do the same.
:reload
The text was updated successfully, but these errors were encountered:
I think this can be implemented in Prolog, if we are given abolish/2 (#1476).
abolish/2
Sorry, something went wrong.
Similar to other systems, there will be a lot of restrictions where this can be used safely.
No branches or pull requests
It would be useful to add a predicate, only available at the toplevel, to reload manually loaded files, and quickly test changes.
For example, in SWI-Prolog, one can issue the
make/0
predicate to reload all modified source files.In Haskell/GHC, in GHCi it's possible to issue:
:reload
to do the same.The text was updated successfully, but these errors were encountered: