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
In https://github.com/robert-strandh/SICL/blob/master/Code/Cleavir/Kildall/Specializations/Type-inference/insert-type-checks.lisp#L73:
shouldn't that be:
(destructuring-bind (&optional (car '*) (cdr '*)) (rest typespec) ...)
instead of
(destructuring-bind (&optional (car '*) (cdr '*)) typespec ...)
The later `(cons ,car-d ,cdr-d) seems to confirm that.
Original issue with context: clasp-developers/clasp#644
The text was updated successfully, but these errors were encountered:
I closed the clasp issue since as you said it belongs to sicl, so lets try again here
Sorry, something went wrong.
No branches or pull requests
In https://github.com/robert-strandh/SICL/blob/master/Code/Cleavir/Kildall/Specializations/Type-inference/insert-type-checks.lisp#L73:
shouldn't that be:
instead of
The later
`(cons ,car-d ,cdr-d) seems to confirm that.
Original issue with context:
clasp-developers/clasp#644
The text was updated successfully, but these errors were encountered: