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 seems that are some inconstancy in typechecking:
lips> (= "xx" 10) You can't create LNumber from string
Wrong error message probably the function don't check types so error came from LNumber.
lips> (+ 1 "x") Expecting number, got string
Missing in expression `+`
in expression `+`
Another not related issue is that "Error" is missing in REPL.
The text was updated successfully, but these errors were encountered:
fix typechecking of number operators + fix err messages #128
db7e16c
It will be hard to add ``in expression `+``` because operation are generic higher order functions. The rest of the issue was fixed.
Sorry, something went wrong.
No branches or pull requests
It seems that are some inconstancy in typechecking:
Wrong error message probably the function don't check types so error came from LNumber.
Missing
in expression `+`
Another not related issue is that "Error" is missing in REPL.
The text was updated successfully, but these errors were encountered: