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
Currently, running a partially-applied command just prints the resulting function value, which is uninformative:
sawscript> read_sbv <<function>>
Instead, sawscript should print a more helpful error message like "expected argument of type String".
The text was updated successfully, but these errors were encountered:
ccbd52e
Interpreter prints the function type of partially applied commands.
4b82c7b
Fixes #4.
Update StringRepr uses (#4)
3af64d2
Throw unsupported primitive exception. (#4)
02af553
No branches or pull requests
Currently, running a partially-applied command just prints the resulting function value, which is uninformative:
Instead, sawscript should print a more helpful error message like "expected argument of type String".
The text was updated successfully, but these errors were encountered: