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
This is necessary for running tests, for example we need a simple print function to print the result.
print
kk run --prelude="./test_prelude.kk" test1.kk
The text was updated successfully, but these errors were encountered:
Based on rust-lang/rfcs#890, it seems a bad idea to allow user to define this, however that's assuming that glob imports are allowed.
Sorry, something went wrong.
No branches or pull requests
Purpose
This is necessary for running tests, for example we need a simple
print
function to print the result.Example
The text was updated successfully, but these errors were encountered: